Re: timezone modification patch for sh-utils 2.0
Jim Meyering <[email protected]> Thu, 29 May 2003 21:44:10 +0200
| Newsgroups | gmane.comp.gnu.sh-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (MIURA, Fumiaki) wrote: > This simple patch was tested on FreeBSD 2.2.8 and NetBSD 1.6 by > using date(1). > > --- sh-utils-2.0/lib/getdate.y 2003/05/01 12:19:14 1.1 > +++ sh-utils-2.0/lib/getdate.y 2003/05/01 12:19:36 > @@ -565,6 +565,7 @@ > { "nt", tZONE, HOUR (11) }, /* Nome */ > { "idlw", tZONE, HOUR (12) }, /* International Date Line West */ > { "cet", tZONE, -HOUR (1) }, /* Central European */ > + { "cest", tDAYZONE, -HOUR (1) }, /* Central European Summer */ Thank you for the report. That's fixed in the latest test release. ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.0.tar.bz2 (coreutils is the union of fileutils, textutils, and sh-utils)