diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-08 20:00:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-08 20:00:14 +0000 |
commit | f9b3e59ae52b6f359d3e66dd66c926cd6b51a54c (patch) | |
tree | ca837b3fe507fc4a632504aa2eb12894b3b12f8b /lib | |
parent | b7cd544ce5375133eef142ecef33f27604900a89 (diff) | |
download | coreutils-f9b3e59ae52b6f359d3e66dd66c926cd6b51a54c.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c08f2fcf5..8fe0b54ec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-04-08 Jim Meyering <meyering@lucent.com> + + * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is + recomputed; that's necessary when the offset spans a DST transition. + Patch by David J. MacKenzie. Reported by Hon-Yin Kok. + 2001-04-02 Jim Meyering <meyering@lucent.com> * regex.h, regex.c: Update from GNU libc. |