|
|
735dad |
From d582a6e3b650d3f66ac43968696ee94b53166f1a Mon Sep 17 00:00:00 2001
|
|
|
735dad |
From: Paul Eggert <eggert@cs.ucla.edu>
|
|
|
735dad |
Date: Thu, 2 Mar 2017 01:30:19 -0800
|
|
|
735dad |
Subject: [PROPOSED] Fix Liberia 1972 transition and pre-1972 abbr
|
|
|
735dad |
|
|
|
735dad |
* NEWS: Document this.
|
|
|
735dad |
* africa (Africa/Monrovia): The 1972 transition was on January 7,
|
|
|
735dad |
not May 1. (Shanks was wrong again! and Howse was right.)
|
|
|
735dad |
Use MMT for pre-1972 abbreviation.
|
|
|
735dad |
---
|
|
|
735dad |
NEWS | 10 ++++++++++
|
|
|
735dad |
africa | 25 ++++++++++++++++---------
|
|
|
735dad |
2 files changed, 26 insertions(+), 9 deletions(-)
|
|
|
735dad |
|
|
|
735dad |
diff --git a/NEWS b/NEWS
|
|
|
735dad |
index 306685a..b3917d0 100644
|
|
|
735dad |
--- a/NEWS
|
|
|
735dad |
+++ b/NEWS
|
|
|
735dad |
@@ -1,5 +1,15 @@
|
|
|
735dad |
News for the tz database
|
|
|
735dad |
|
|
|
735dad |
+Unreleased, experimental changes
|
|
|
735dad |
+
|
|
|
735dad |
+ Changes to past time stamps
|
|
|
735dad |
+
|
|
|
735dad |
+ Liberia changed from -004430 to +00 on 1972-01-07, not 1972-05-01.
|
|
|
735dad |
+
|
|
|
735dad |
+ Use "MMT" to abbreviate Liberia's time zone before 1972, as "-004430"
|
|
|
735dad |
+ is one byte over the POSIX limit. (Problem reported by Derick Rethans.)
|
|
|
735dad |
+
|
|
|
735dad |
+
|
|
|
735dad |
Release 2017a - 2017-02-28 00:05:36 -0800
|
|
|
735dad |
|
|
|
735dad |
Briefly: Southern Chile moves from -04/-03 to -03, and Mongolia
|
|
|
735dad |
diff --git a/africa b/africa
|
|
|
735dad |
index e617396..dcc20b9 100644
|
|
|
735dad |
--- a/africa
|
|
|
735dad |
+++ b/africa
|
|
|
735dad |
@@ -420,18 +420,25 @@ Link Africa/Nairobi Indian/Mayotte
|
|
|
735dad |
# See Africa/Johannesburg.
|
|
|
735dad |
|
|
|
735dad |
# Liberia
|
|
|
735dad |
-# From Paul Eggert (2006-03-22):
|
|
|
735dad |
-# In 1972 Liberia was the last country to switch
|
|
|
735dad |
-# from a UTC offset that was not a multiple of 15 or 20 minutes.
|
|
|
735dad |
-# Howse reports that it was in honor of their president's birthday.
|
|
|
735dad |
-# Shank & Pottenger report the date as May 1, whereas Howse reports Jan;
|
|
|
735dad |
-# go with Shanks & Pottenger.
|
|
|
735dad |
-# For Liberia before 1972, Shanks & Pottenger report -0:44, whereas Howse and
|
|
|
735dad |
-# Whitman each report -0:44:30; go with the more precise figure.
|
|
|
735dad |
+#
|
|
|
735dad |
+# From Paul Eggert (2017-03-02):
|
|
|
735dad |
+#
|
|
|
735dad |
+# The Nautical Almanac for the Year 1970, p 264, is the source for -0:44:30.
|
|
|
735dad |
+#
|
|
|
735dad |
+# In 1972 Liberia was the last country to switch from a UTC offset
|
|
|
735dad |
+# that was not a multiple of 15 or 20 minutes. The 1972 change was on
|
|
|
735dad |
+# 1972-01-07, according to an entry dated 1972-01-04 on p 330 of:
|
|
|
735dad |
+# Presidential Papers: First year of the administration of
|
|
|
735dad |
+# President William R. Tolbert, Jr., July 23, 1971-July 31, 1972.
|
|
|
735dad |
+# Monrovia: Executive Mansion.
|
|
|
735dad |
+#
|
|
|
735dad |
+# Use the abbreviation "MMT" before 1972, as the more-accurate numeric
|
|
|
735dad |
+# abbreviation "-004430" would be one byte over the POSIX limit.
|
|
|
735dad |
+#
|
|
|
735dad |
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
735dad |
Zone Africa/Monrovia -0:43:08 - LMT 1882
|
|
|
735dad |
-0:43:08 - MMT 1919 Mar # Monrovia Mean Time
|
|
|
735dad |
- -0:44:30 - -004430 1972 May
|
|
|
735dad |
+ -0:44:30 - MMT 1972 Jan 7 # approximately MMT
|
|
|
735dad |
0:00 - GMT
|
|
|
735dad |
|
|
|
735dad |
###############################################################################
|
|
|
735dad |
--
|
|
|
735dad |
2.7.4
|