diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:25:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:25:05 +0000 |
commit | e747c2b62dea9442f4e6794bc8da331056ce5610 (patch) | |
tree | 4ebc364ea4749ee4ed950d2d93c4e82ab91253f9 /lib/libc/time/zic.8 | |
parent | 9e85b2758588ab99d68e603c2194c8d030f0970b (diff) |
tzcode1998b from ftp://elsie.nci.nih.gov/pub
Diffstat (limited to 'lib/libc/time/zic.8')
-rw-r--r-- | lib/libc/time/zic.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8 index 004ff093e68..7f511211508 100644 --- a/lib/libc/time/zic.8 +++ b/lib/libc/time/zic.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zic.8,v 1.4 1997/01/14 03:16:57 millert Exp $ +.\" $OpenBSD: zic.8,v 1.5 1998/01/18 23:25:03 millert Exp $ .TH ZIC 8 .SH NAME zic \- time zone compiler @@ -273,13 +273,13 @@ This is the name used in creating the time conversion information file for the zone. .TP .B GMTOFF -The amount of time to add to GMT to get standard time in this zone. +The amount of time to add to UTC to get standard time in this zone. This field has the same format as the .B AT and .B SAVE fields of rule lines; -begin the field with a minus sign if time must be subtracted from GMT. +begin the field with a minus sign if time must be subtracted from UTC. .TP .B RULES/SAVE The name of the rule(s) that apply in the time zone or, @@ -300,10 +300,10 @@ a slash (/) separates standard and daylight abbreviations. .TP .B UNTIL -The time at which the GMT offset or the rule(s) change for a location. +The time at which the UTC offset or the rule(s) change for a location. It is specified as a year, a month, a day, and a time of day. If this is specified, -the time zone information is generated from the given GMT offset +the time zone information is generated from the given UTC offset and rule change until the time specified. The month, day, and time of day have the same format as the IN, ON, and AT columns of a rule; trailing columns can be omitted, and default to the @@ -393,7 +393,7 @@ The field should be (an abbreviation of) .q Stationary -if the leap second time given by the other fields should be interpreted as GMT +if the leap second time given by the other fields should be interpreted as UTC or (an abbreviation of) .q Rolling @@ -409,4 +409,4 @@ the earliest transition time recorded in the compiled file is correct. /usr/share/zoneinfo standard directory used for created files .SH "SEE ALSO" ctime(3), tzfile(5), zdump(8) -.\" @(#)zic.8 7.14 +.\" @(#)zic.8 7.17 |