# HG changeset patch # User Paul Eggert # Date 1113417829 0 # Node ID a19a929739243af82f916e7035befd3c6d127481 # Parent 73e3d526838befae6d482de31b39af716792f1f5 * getdate.y (zone): Allow relunit_snumber after tZONE. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-04-13 Paul Eggert + + * 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 * getdate.y (universal_time_zone_table): New constant.