diff options
author | Jim Meyering <jim@meyering.net> | 1997-02-05 02:35:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-02-05 02:35:46 +0000 |
commit | 7a5980964bf7a2308e610cc79345a2de66ca8619 (patch) | |
tree | 4730783f02513af2735580600af1b4a6f5400053 | |
parent | c1e48065024e48de222354ff706a9bacec23d8a0 (diff) | |
download | coreutils-7a5980964bf7a2308e610cc79345a2de66ca8619.tar.xz |
Dennis Biringer <biringer@textron.mhpcc.af.mil> writes:
| Please note that Hawaii has no daylight savings time (HDT - Hawaii
| Daylight) as stated on page 147 of the tar manual. We are always on Hawaii
| Standard Time (HST).
|
| Also, on page 146, the Alaska-Hawaii Standard zone (AHST) is called
| Hawaii-Aleutian Standard Time by section 263 of the United States Code.
| (http://tycho.usno.navy.mil/260.html).
|
| Thanks for the effort on the manual,
| Dennis
|
| --
| Dennis Biringer 535 Lipoa Parkway #149
| Dennis.Biringer@textron.mhpcc.af.mil Kihei HI 96753
| biringer@mrtc.org VOICE: 808-874-3206
-rw-r--r-- | doc/getdate.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/getdate.texi b/doc/getdate.texi index 25b39c5f8..5c5f40021 100644 --- a/doc/getdate.texi +++ b/doc/getdate.texi @@ -44,7 +44,7 @@ midnight, 1 January 1970 UCT. * General date syntax:: Common rules. * Calendar date item:: 19 Dec 1994. * Time of day item:: 9:20pm. -* Timezone item:: EST, DST, BST, UCT, AHST, ... +* Timezone item:: EST, DST, BST, UCT, HAST, ... * Day of week item:: Monday and others. * Relative item in date strings:: next tuesday, 2 years ago. * Pure numbers in date strings:: 19931219, 1440. @@ -272,7 +272,7 @@ militaries. @cindex Alaska-Hawaii Time @cindex Central Alaska Time @cindex Hawaii Standard Time -@samp{AHST} for Alaska-Hawaii Standard, @samp{CAT} for Central Alaska, +@samp{HAST} for Hawaii-Aleutian Standard, @samp{CAT} for Central Alaska, @samp{HST} for Hawaii Standard and @samp{K} for militaries. @item +1100 @cindex Nome Standard Time @@ -348,8 +348,6 @@ may be specified. @samp{PDT} for Pacific Daylight. @item +900 @samp{YDT} for Yukon Daylight. -@item +1000 -@samp{HDT} for Hawaii Daylight. @item -100 @samp{MEST} for Middle European Summer, @samp{MESZ} for Middle European Summer, @samp{SST} for Swedish Summer and @samp{FST} for French Summer. |