summaryrefslogtreecommitdiff
path: root/old/sh-utils/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-24 07:21:14 +0000
committerJim Meyering <jim@meyering.net>2001-04-24 07:21:14 +0000
commit1efb4218a7c829cde27c376ec09c7d89c215f532 (patch)
tree06d45c45bec048435d72636dd349da3956502ace /old/sh-utils/NEWS
parent0af0ad2493e1d78524ea980595a981c4199992cf (diff)
downloadcoreutils-1efb4218a7c829cde27c376ec09c7d89c215f532.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/NEWS')
-rw-r--r--old/sh-utils/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 9bb25ec8a..bf158dc30 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,11 +1,11 @@
Changes in release 2.1
[2.0.12]
-* date -d 'last friday' print a date/time that was one hour off
+* date -d 'last friday' would 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.
+ This problem arose only with relative date strings like `last monday'.
+ It was 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