Query: timezone
OS: netbsd
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 available for compatibility only and will disappear in a future software release; it is impossible to reliably map time- zone's arguments to a time zone abbreviation. See ctime(3); see tzset(3) for the new definition of this interface. The timezone() function returns a pointer to a time zone abbreviation for the specified zone and dst values. Zone is the number of minutes west of GMT and dst is non-zero if daylight savings time is in effect.SEE ALSOctime(3), tzset(3)HISTORYA timezone() function appeared in Version 7 AT&T UNIX.BSDApril 19, 1994 BSD
Related Man Pages |
---|
timezone(3) - bsd |
settimeofday(2) - debian |
ctime(2) - plan9 |
daylight(3) - osf1 |
timezone(4) - sunos |
Similar Topics in the Unix Linux Community |
---|
Timezone |
Timezone |
Timezone in +/-HHMM format |
Script to change Timezone(Solaris) |
Cronjob not working at user timezone |