IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


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.

FreeBSD 5.4			April 19, 1994			   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk