summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-15 08:37:07 +0000
committerJim Meyering <jim@meyering.net>2004-03-15 08:37:07 +0000
commitf18a2980a7cf8d706d22b7e29fd6f2495067008f (patch)
tree0c3349c5bc9851b699bc9b2efba67ab0690e5b72 /lib/ChangeLog
parentfae8b8505c7a4c2202d79619b482ff6b70490bf7 (diff)
downloadcoreutils-f18a2980a7cf8d706d22b7e29fd6f2495067008f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0087630a8..026acf0d5 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-15 Jim Meyering <jim@meyering.net>
+
+ `date --date="21:04 +0100" +%S' would print the seconds value
+ from the current time, rather than `00'.
+ * getdate.y: For a date string like `10:23 +0100',
+ set the number of seconds to zero. Reported by Marc Haber.
+
2004-03-04 Jim Meyering <jim@meyering.net>
* cloexec.c (set_cloexec_flag) [ ! (F_GETFD && F_SETFD)]: