From: Jim Meyering Date: Sun, 8 Apr 2001 20:00:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0459fd67a06a45e9ebf0f6b23d8a1f3c675baf15;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index c08f2fcf54..8fe0b54ecc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-04-08 Jim Meyering + + * 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 * regex.h, regex.c: Update from GNU libc.