changeset 5796:a19a92973924

* getdate.y (zone): Allow relunit_snumber after tZONE.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 13 Apr 2005 18:43:49 +0000
parents 73e3d526838b
children 6f533a3da3b8
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.