zoneinfo
NAME
zoneinfo – time zone information files
SYNOPSIS
/etc/zoneinfo
DESCRIPTION
The directory /etc/zoneinfo contains time zone information files used by the timezone command (see timezone ). They are in standard Unix time zone file format as described below.The time zone information files begin with bytes reserved for future use, followed by six four-byte signed values, written in a "standard" byte order (the high-order byte of the value is written first). These values are, in order:
- tzh_ttisgmtcnt
- The number of GMT/local indicators stored in the file.
- tzh_ttisstdcnt
- The number of standard/wall indicators stored in the file.
- tzh_leapcnt
- The number of leap seconds for which data is stored in the file.
- tzh_timecnt
- The number of "transition times" for which data is stored in the file.
- tzh_typecnt
- The number of "local time types" for which data is stored in the file (must not be zero).
- tzh_charcnt
- The number of characters of "time zone abbreviation strings" stored in the file.
Then there are tzh_leapcnt pairs of four-byte values, written in standard byte order; the first value of each pair gives the time at which a leap second occurs; the second gives the total number of leap seconds to be applied after the given time. The pairs of values are sorted in ascending order by time.
Then there are tzh_ttisstdcnt standard/wall indicators, each stored as a one-byte value; they tell whether the transition times associated with local time types were specified as standard time or wall clock time. A local time transition specified in standard time ignores any offset due to Daylight Savings Time. On the other hand, a time specified in wall clock time takes the prevailing value of Daylight Savings Time in to account.
Finally there are tzh_ttisgmtcnt GMT/local indicators, each stored as a one-byte value; they tell whether the transition times associated with local time types were specified as GMT or local time.
SEE ALSO
timezone
Copyright © 1994-2008 NetApp, Inc. Legal Information