mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-06 23:47:44 +00:00
work on allowing European rules as templates
SCCS-file: tzfile.5 SCCS-SID: 7.3
This commit is contained in:
committed by
Paul Eggert
parent
36b7cbe4b4
commit
8259d4e7a1
15
tzfile.5
15
tzfile.5
@@ -8,13 +8,16 @@ tzfile \- time zone information
|
||||
The time zone information files used by
|
||||
.IR tzset (3)
|
||||
begin with bytes reserved for future use,
|
||||
followed by four 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_ttisgmtcnt
|
||||
The number of GMT/local indicators stored in the file.
|
||||
.TP
|
||||
.I tzh_ttisstdcnt
|
||||
The number of standard/wall indicators stored in the file.
|
||||
.TP
|
||||
@@ -99,7 +102,7 @@ the second gives the
|
||||
number of leap seconds to be applied after the given time.
|
||||
The pairs of values are sorted in ascending order by time.
|
||||
.PP
|
||||
Finally there are
|
||||
Then there are
|
||||
.I tzh_ttisstdcnt
|
||||
standard/wall indicators, each stored as a one-byte value;
|
||||
they tell whether the transition times associated with local time types
|
||||
@@ -107,6 +110,14 @@ 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
|
||||
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
|
||||
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
|
||||
.I Localtime
|
||||
uses the first standard-time
|
||||
.I ttinfo
|
||||
|
||||
Reference in New Issue
Block a user