Add support for time zones like +HH:MM and UTC+HH:MM.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 22:26:37 +0000 (22:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Dec 2004 22:26:37 +0000 (22:26 +0000)
doc/ChangeLog
lib/ChangeLog

index d4d5d32..db3a194 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getdate.texi (Time of day items, Time zone items):
+       Describe new formats +00:00, UTC+00:00.
+
 2004-12-04  Jim Meyering  <jim@meyering.net>
 
        * coreutils.texi (cut invocation): Say when --complement is useful.
index adf93fa..7fae119 100644 (file)
@@ -1,3 +1,12 @@
+2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getdate.y (textint): New member "negative".
+       (time_zone_hhmm): New function.
+       Expect 14 shift-reduce conflicts, not 13.
+       (o_colon_minutes): New rule.
+       (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
+       (yylex): Set the "negative" member of signed numbers.
+
 2004-12-06  Jim Meyering  <jim@meyering.net>
 
        * Makefile.am (libfetish_a_SOURCES): Begin removing .c and .h file