From: Paul Eggert Date: Tue, 12 Apr 2005 07:21:48 +0000 (+0000) Subject: * getdate.y: Fix problem with parsing GMT time stamps during London summers. X-Git-Tag: CPPI-1_12~999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94e747e3ac7063ef6134b74ee67e35e575562662;p=thirdparty%2Fcoreutils.git * getdate.y: Fix problem with parsing GMT time stamps during London summers. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6f1232dd69..cb8c0975f6 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-11 Paul Eggert Add bulletproofing for cases where stdin, stdout, or stderr are closed.