summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-21 10:01:29 +0000
committerJim Meyering <jim@meyering.net>2001-04-21 10:01:29 +0000
commit2768c3dfc494f2144ffea0b8613de39ee0842929 (patch)
treea81f0f6418bf0336c946e131aed2a7be4ceb8b7f /old/sh-utils
parent500ac13ddfd05607c2d45155d0f3ba4f755e558b (diff)
downloadcoreutils-2768c3dfc494f2144ffea0b8613de39ee0842929.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 64b280c3d..9bb25ec8a 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,4 +1,11 @@
Changes in release 2.1
+ [2.0.12]
+* date -d 'last friday' print a date/time 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.
[2.0.11]
* setting the date now works properly, even when using -u
* `date -f - < /dev/null' no longer dumps core