From 9d683a1b65942a072d1c806d6fbb7dd44ec6409d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Dec 2004 22:26:37 +0000 Subject: [PATCH] Add support for time zones like +HH:MM and UTC+HH:MM. --- doc/ChangeLog | 5 +++++ lib/ChangeLog | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index d4d5d32d64..db3a194bbb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-08 Paul Eggert + + * getdate.texi (Time of day items, Time zone items): + Describe new formats +00:00, UTC+00:00. + 2004-12-04 Jim Meyering * coreutils.texi (cut invocation): Say when --complement is useful. diff --git a/lib/ChangeLog b/lib/ChangeLog index adf93fa6d6..7fae119dc2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-12-08 Paul Eggert + + * 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 * Makefile.am (libfetish_a_SOURCES): Begin removing .c and .h file -- 2.47.2