From: Paul Eggert Date: Wed, 13 Apr 2005 18:42:13 +0000 (+0000) Subject: * getdate.y (zone): Allow relunit_snumber after tZONE. X-Git-Tag: CPPI-1_12~995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e54cfb18b0e322a1d60da0cfcaeee9aa70196d7;p=platform%2Fupstream%2Fcoreutils.git * getdate.y (zone): Allow relunit_snumber after tZONE. --- 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 + + * 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.