From: Paul Eggert Date: Wed, 13 Apr 2005 18:43:49 +0000 (+0000) Subject: * getdate.y (zone): Allow relunit_snumber after tZONE. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5823a3630b23bc93b35b7121c41cd0ad1bbba3a4;p=pspp * getdate.y (zone): Allow relunit_snumber after tZONE. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index cb283711da..2032bcd896 100644 --- 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.