1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 03:05:40 +00:00

SCCS-file: tzfile.5

SCCS-SID: 7.9
This commit is contained in:
Arthur David Olson
1997-12-18 17:45:41 -05:00
committed by Paul Eggert
parent fb2beb55f1
commit 8d9bb10dc9

View File

@@ -10,16 +10,13 @@ The time zone information files used by
begin with the magic characters "TZif" to identify then as
time zone information files,
followed by bytes reserved for future use,
followed by seven four-byte values of type
followed by six four-byte values of type
.BR long ,
written in a ``standard'' byte order
(the high-order byte of the value is written first).
These values are,
in order:
.TP
.I tzh_stampcnt
The number of update stamp bytes stored in the file.
.TP
.I tzh_ttisgmtcnt
The number of GMT/local indicators stored in the file.
.TP
@@ -115,7 +112,7 @@ were specified as standard time or wall clock time,
and are used when a time zone file is used in handling POSIX-style
time zone environment variables.
.PP
Then there are
Finally there are
.I tzh_ttisgmtcnt
GMT/local indicators, each stored as a one-byte value;
they tell whether the transition times associated with local time types
@@ -123,13 +120,6 @@ were specified as GMT or local time,
and are used when a time zone file is used in handling POSIX-style
time zone environment variables.
.PP
Finally there are
.I tzh_stampcnt
bytes of update time stamp,
of the form "yyyy-mm-dd hh:mm:ss",
designed to give an indication of when information on which the file
is based was last updated.
.PP
.I Localtime
uses the first standard-time
.I ttinfo