From 5a1457fd8f4c4e3e0dc6b3e689f5e07ab44c9732 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Apr 2005 07:23:15 +0000 Subject: [PATCH] * getdate.y (universal_time_zone_table): New constant. (time_zone_table): Remove GMT, UT, UTC entries; they're now in universal_time_zone_table. (lookup_zone): Prefer universal_time_zone_table to local_time_zone_table, so that "GMT" time stamps are allowed in London during the summer. Problem reported by Ian Abbott. --- lib/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 99b7e0356b..cb283711da 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-04-12 Paul Eggert + + * getdate.y (universal_time_zone_table): New constant. + (time_zone_table): Remove GMT, UT, UTC entries; they're now in + universal_time_zone_table. + (lookup_zone): Prefer universal_time_zone_table to + local_time_zone_table, so that "GMT" time stamps are allowed in + London during the summer. Problem reported by Ian Abbott. + 2005-04-12 Jim Meyering * human.c (humblock): Set *options even when returning due to -- 2.30.2