]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 18 Oct 2000 09:51:00 +0000 (09:51 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Oct 2000 09:51:00 +0000 (09:51 +0000)
old/sh-utils/ChangeLog

index b11b4bacf925ac45040b2543e18ee63483eb5cec..8608ba1a35a660bd5a5567f54b40334d1d701580 100644 (file)
@@ -1,7 +1,23 @@
+2000-10-18  Jim Meyering  <meyering@lucent.com>
+
+       * doc/sh-utils.texi (Examples of date): Fix a typo.
+
 2000-10-11  Jim Meyering  <meyering@lucent.com>
 
        * doc/sh-utils.texi (Time directives) [%S]: Range is 0..60, not 0..61.
 
+2000-10-06  Paul Eggert  <eggert@twinsun.com>
+
+        Undo the effect of the 1997-07-12 change to date.c; it
+        broke "date -u MMDDhhmm" and it wasn't documented.
+        This reverts to the behavior of the 1996-01-03 patch.
+
+        * src/date.c (TZ_UTC0, MAYBE_SET_TZ_UTC0, set_tz): Remove.
+        (batch_convert): Don't futz with TZ.
+        (main): -u now parses all dates as UTC, not just some.
+        * tests/date/Test.pm (utc-0, utc-1, relative-2): Adjust to
+        above change.
+
 2000-09-29  Jim Meyering  <meyering@lucent.com>
 
        * src/yes.c (usage): Add a separate usage line, just for `OPTION'.