* getdate.y (zone): Allow relunit_snumber after tZONE.

This commit is contained in:
Paul Eggert 2005-04-13 18:42:13 +00:00
parent f3f4a9add0
commit 5e54cfb18b

View File

@ -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.