summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-12 07:21:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-12 07:21:48 +0000
commit94e747e3ac7063ef6134b74ee67e35e575562662 (patch)
tree53009e8edf0ab631d2026f88d9cc528b94669ffa /lib
parent1d6ad9ddf2c263994a602bcfc010d5ef1eb740dd (diff)
downloadcoreutils-94e747e3ac7063ef6134b74ee67e35e575562662.tar.xz
* getdate.y: Fix problem with parsing GMT time stamps during London summers.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6f1232dd6..cb8c0975f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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 <eggert@cs.ucla.edu>
Add bulletproofing for cases where stdin, stdout, or stderr are closed.