summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-15 09:11:17 +0000
committerJim Meyering <jim@meyering.net>2005-08-15 09:11:17 +0000
commitce10740dacb5c26b262ff7e98fc6393c35fb033d (patch)
tree5007f35c3c780017383c04d06ee17af4f4a81db4 /lib
parent92f52ac5b55d40a0aac32c688f84f0df82b79b0f (diff)
downloadcoreutils-ce10740dacb5c26b262ff7e98fc6393c35fb033d.tar.xz
make log entry more accurate
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index cfc4ab6ba..52dfca314 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -2,7 +2,8 @@
* getdate.y (get_date): Undo part of the 2005-04-04 change, so that
the command "date -d'2005-03-27 +1 day'" succeeds once again, even
- when that 24-hour range spans a daylight savings time transition.
+ when run in a time zone for which daylight savings time is in effect
+ for the starting date.
2005-08-12 Jim Meyering <jim@meyering.net>