mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 13:22:09 +00:00
standard/wall stuff
SCCS-file: tzfile.5 SCCS-SID: 4.2
This commit is contained in:
committed by
Paul Eggert
parent
d0237b1c3c
commit
db1c86cc87
13
tzfile.5
13
tzfile.5
@ -15,6 +15,9 @@ written in a ``standard'' byte order
|
||||
These values are,
|
||||
in order:
|
||||
.TP
|
||||
.I tzh_ttisstdcnt
|
||||
The number of standard/wall indicators stored in the file.
|
||||
.TP
|
||||
.I tzh_leapcnt
|
||||
The number of leap seconds for which data is stored in the file.
|
||||
.TP
|
||||
@ -84,7 +87,7 @@ that follow the
|
||||
.I ttinfo
|
||||
structure(s) in the file.
|
||||
.PP
|
||||
Finally, there are
|
||||
Then there are
|
||||
.I tzh_leapcnt
|
||||
pairs of four-byte values, written in standard byte order;
|
||||
the first value of each pair gives the time
|
||||
@ -96,6 +99,14 @@ 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
|
||||
.I 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,
|
||||
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