Query: timezone
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIMEZONE(3) BSD Library Functions Manual TIMEZONE(3)NAMEtimezone -- return the timezone abbreviationLIBRARYStandard C Library (libc, -lc)SYNOPSISchar * timezone(int zone, int dst);DESCRIPTIONThis interface is for compatibility only; it is impossible to reliably map timezone's arguments to a time zone abbreviation. See ctime(3). The timezone() function returns a pointer to a time zone abbreviation for the specified zone and dst values. The zone argument is the number of minutes west of GMT and dst is non-zero if daylight savings time is in effect.SEE ALSOctime(3)HISTORYA timezone() function appeared in Version 7 AT&T UNIX.BSDApril 19, 1994 BSD
| Related Man Pages |
|---|
| timezone(4) - opensolaris |
| timezone(5) - hpux |
| timezone(4) - sunos |
| settimeofday(2) - freebsd |
| geoip_time_zone_by_country_and_region(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Timezone in +/-HHMM format |
| Setting of two time formats in one machine |
| Shell script to get Timezone |
| Changing the timezone to GMT+1 |
| Changing only time zone file not the timezone without reboot |