1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 23:37:29 +00:00

Eggert mods

SCCS-file: tzfile.5
SCCS-SID: 7.10
This commit is contained in:
Arthur David Olson
1997-12-29 09:31:44 -05:00
committed by Paul Eggert
parent ad6ce63b0f
commit eabfaae47a

View File

@@ -18,7 +18,7 @@ These values are,
in order:
.TP
.I tzh_ttisgmtcnt
The number of GMT/local indicators stored in the file.
The number of UTC/local indicators stored in the file.
.TP
.I tzh_ttisstdcnt
The number of standard/wall indicators stored in the file.
@@ -79,7 +79,7 @@ and a one-byte value for
.IR tt_abbrind .
In each structure,
.I tt_gmtoff
gives the number of seconds to be added to GMT,
gives the number of seconds to be added to UTC,
.I tt_isdst
tells whether
.I tm_isdst
@@ -114,9 +114,9 @@ time zone environment variables.
.PP
Finally there are
.I tzh_ttisgmtcnt
GMT/local indicators, each stored as a one-byte value;
UTC/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,
were specified as UTC or local time,
and are used when a time zone file is used in handling POSIX-style
time zone environment variables.
.PP