timezone(3) mojave man page | unix.com

Man Page: timezone

Operating Environment: mojave

Section: 3

TIMEZONE(3)						   BSD Library Functions Manual 					       TIMEZONE(3)

NAME
timezone -- return the timezone abbreviation
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
char * timezone(int zone, int dst);
DESCRIPTION
This 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 ALSO
ctime(3)
HISTORY
A timezone() function appeared in Version 7 AT&T UNIX.
BSD
April 19, 1994 BSD
Related Man Pages
timezone(3) - bsd
ctime(2) - plan9
dst(5) - hpux
settimeofday(2) - freebsd
timezone_name_from_abbr(3) - php
Similar Topics in the Unix Linux Community
US timezone changes Mar 2007
Script to change Timezone(Solaris)
How to set correct timezone and date?
Cronjob not working at user timezone
Changing only time zone file not the timezone without reboot