diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-08 22:26:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-08 22:26:37 +0000 |
commit | 9d683a1b65942a072d1c806d6fbb7dd44ec6409d (patch) | |
tree | 318628dca039b04fe3b960b1bc059705ed707fc9 /doc | |
parent | 50c9e0509c6123f914d8c85aa7f2e623579addf2 (diff) | |
download | coreutils-9d683a1b65942a072d1c806d6fbb7dd44ec6409d.tar.xz |
Add support for time zones like +HH:MM and UTC+HH:MM.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index d4d5d32d6..db3a194bb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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. |