]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 10:22:34 +0000 (10:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Apr 2001 10:22:34 +0000 (10:22 +0000)
old/fileutils/NEWS

index 932ff843f9b29f61cd80c455225bc1cd3039c281..c4115ae43d7fdc84a15d7428150c466f2836eee7 100644 (file)
@@ -4,6 +4,12 @@ Changes in release 4.1.0:
     directory, don't treat it as if it were the only argument.  Before,
     `mkdir d; ls no-dir d 2>/dev/null' would act like `ls d' and produce
     no output.  Now, it prints `d:'.
+* touch -d 'last friday' would use a time stamp that was one hour off
+    (e.g., 23:00 on *thursday* rather than 00:00 of the preceding friday)
+    when run such that the current time and the target date/time fall on
+    opposite sides of a daylight savings time transition.
+    This problem arises only with relative date strings like `last monday'.
+    It is not a problem with strings that include absolute dates.
 [4.0.43]
 * regenerate configure-related files using autoconf-2.49d
 [4.0.42]