From: Paul Eggert Date: Tue, 12 Apr 2005 07:23:15 +0000 (+0000) Subject: * getdate.y (universal_time_zone_table): New constant. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1457fd8f4c4e3e0dc6b3e689f5e07ab44c9732;p=pspp * 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. --- 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