>From 6f4394ae359de5a9dfc7102a353ffae8ae4b181b Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue, 23 Oct 2018 13:22:06 -0700
Subject: [PROPOSED] Adjust Hawaii doc to match current data

(Problem noted by Tim Parenti.)
* tz-how-to.html, zdump.8: Change examples to match current data.
Fix tab stops.
---
 tz-how-to.html | 14 ++++++++------
 zdump.8        | 19 ++++++++++---------
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/tz-how-to.html b/tz-how-to.html
index 159ed89..8471b67 100644
--- a/tz-how-to.html
+++ b/tz-how-to.html
@@ -459,8 +459,8 @@ given alphabetic string.</li>
 <p>An example of a specific amount of time is:</p>
 <pre>
 #Zone NAME            GMTOFF RULES FORMAT [UNTIL]
-Zone Pacific/Honolulu ...                 1933 Apr 30 2:00
-                      -10:30 1:00  HDT    1933 May 21 2:00
+Zone Pacific/Honolulu ...                 1933 Apr 30  2:00
+                      -10:30 1:00  HDT    1933 May 21 12:00
                       ...
 </pre>
 
@@ -559,7 +559,7 @@ the true offset is undefined.
 Rule  US   1918 1919 -    Oct lastSun  2:00  0    S
 Rule  US   1942 only -    Feb  9       2:00  1:00 W # War
 Rule  US   1945 only -    Aug 14      23:00u 1:00 P # Peace
-Rule  US   1945 only -    Sep 30       2:00  0    S
+Rule  US   1945 only -    Sep lastSun  2:00  0    S
 </pre>
   </td></tr></table></td>
 </tr>
@@ -570,7 +570,7 @@ Rule  US   1945 only -    Sep 30       2:00  0    S
   <td colspan="6" align="center"><table><tr><td>
 <pre>
 #Zone NAME            GMTOFF    RULES FORMAT [UNTIL]
-Zone Pacific/Honolulu -10:31:26 -     LMT    1900 Jan  1 12:00
+Zone Pacific/Honolulu -10:31:26 -     LMT    1896 Jan 13 12:00
                       -10:30    -     HST    1933 Apr 30  2:00
                       -10:30    1:00  HDT    1933 May 21  2:00
                       -10:30    US    H%sT   1947 Jun  8  2:00
@@ -598,7 +598,7 @@ Zone Pacific/Honolulu -10:31:26 -     LMT    1900 Jan  1 12:00
   <td>&mdash;</td>
   <td>LMT</td>
   <td>local mean time</td>
-  <td>1900-01-01</td>
+  <td>1896-01-13</td>
   <td>12:00</td>
 </tr>
 <tr align="center">
@@ -607,7 +607,7 @@ Zone Pacific/Honolulu -10:31:26 -     LMT    1900 Jan  1 12:00
   <td>HST</td>
   <td>Hawaii standard time</td>
   <td>1933-04-30</td>
-  <td rowspan="3">02:00</td>
+  <td>02:00</td>
 </tr>
 <tr align="center">
   <td>&minus;9:30</td>
@@ -615,6 +615,7 @@ Zone Pacific/Honolulu -10:31:26 -     LMT    1900 Jan  1 12:00
   <td>HDT</td>
   <td>Hawaii daylight time</td>
   <td>1933-05-21</td>
+  <td>12:00</td>
 </tr>
 <tr align="center">
   <td>&minus;10:30&sup1;</td>
@@ -622,6 +623,7 @@ Zone Pacific/Honolulu -10:31:26 -     LMT    1900 Jan  1 12:00
   <td>HST&sup1;</td>
   <td>Hawaii standard time</td>
   <td>1942-02-09</td>
+  <td>02:00</td>
 </tr>
 <tr align="center">
   <td rowspan="2">&minus;9:30</td>
diff --git a/zdump.8 b/zdump.8
index f369056..fb6b8df 100644
--- a/zdump.8
+++ b/zdump.8
@@ -150,15 +150,16 @@ tabbed columns line up.)
 .if \n(.g .ft CW
 .if t .in +.5i
 .if n .in +2
-.nr w \w'1896-01-13 'u
-.ta \nwu +\nwu +\nwu +\nwu
+.nr w \w'1896-01-13  'u+\n(.i
+.ta \w'1896-01-13  'u +\w'12:01:26  'u +\w'-103126  'u +\w'HWT  'u
 TZ="Pacific/Honolulu"
--	-	-10:31:26	LMT
-1896-01-13	12:01:26	-10:30	HST
-1933-04-30	03	-09:30	HDT	1
-1933-05-21	11	-10:30	HST
-1942-02-09	03	-09:30	HDT	1
-1945-09-30	01	-10:30	HST
+-	-	-103126	LMT
+1896-01-13	12:01:26	-1030	HST
+1933-04-30	03	-0930	HDT	1
+1933-05-21	11	-1030	HST
+1942-02-09	03	-0930	HWT	1
+1945-08-14	13:30	-0930	HPT	1
+1945-09-30	01	-1030	HST
 1947-06-08	02:30	-10	HST
 .in
 .if \n(.g .ft
@@ -183,7 +184,7 @@ Here are excerpts from another example:
 .if t .in +.5i
 .if n .in +2
 TZ="Europe/Astrakhan"
--	-	+03:12:12	LMT
+-	-	+031212	LMT
 1924-04-30	23:47:48	+03
 1930-06-21	01	+04
 1981-04-01	01	+05		1
-- 
2.17.2

