summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-13 18:42:13 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-13 18:42:13 +0000
commit5e54cfb18b0e322a1d60da0cfcaeee9aa70196d7 (patch)
tree517735a8c63e70cbb880e94473a53f74e613737c /lib
parentf3f4a9add0d45c4034fc486549407a29a5eea429 (diff)
downloadcoreutils-5e54cfb18b0e322a1d60da0cfcaeee9aa70196d7.tar.xz
* getdate.y (zone): Allow relunit_snumber after tZONE.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index cb8c0975f..d92c3af51 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ * getdate.y (zone): Allow relunit_snumber after tZONE, so
+ that "UTC +1 second" continues to work. Problem reported
+ by Dmitry V. Levin.
+ (relunit_snumber): New rule.
+ (relunit): Use it.
+
2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
* getdate.y (universal_time_zone_table): New constant.