On Wed, Jul 19, 2000 at 10:54:45PM +1000, Anthony Rumble wrote:
> 
> Has anyone made a new timezone file to cover the Olympics's
> early daylight saving time?
> 

there was a discussion about this a while back (or was it on
linux-users@unsw ?)

the zoneinfo with glibc 2.1 already contains the changes, else you can
grab the zone data from the glibc source, or do a search for
"tzdata2000". the zone data can simply be compiled with zic(8) and
plonked over your existing zoneinfo files.


to check:

 zdump -v Australia/Sydney | grep -C4 -w 2000

and make sure that 2000 changes in March and August, whereas 1999 and
2001 (and all other SOCOGless years) change in March and October.


eg: on my debian potato (glibc2.1) system:

madcow:~> zdump -v Australia/Sydney | grep -C4 -w 2000 | cut -d\  -f -7
Australia/Sydney  Sat Mar 27 15:59:59 1999
Australia/Sydney  Sat Mar 27 16:00:00 1999
Australia/Sydney  Sat Oct 30 15:59:59 1999
Australia/Sydney  Sat Oct 30 16:00:00 1999
Australia/Sydney  Sat Mar 25 15:59:59 2000
Australia/Sydney  Sat Mar 25 16:00:00 2000
Australia/Sydney  Sat Aug 26 15:59:59 2000
Australia/Sydney  Sat Aug 26 16:00:00 2000
Australia/Sydney  Sat Mar 24 15:59:59 2001
Australia/Sydney  Sat Mar 24 16:00:00 2001
Australia/Sydney  Sat Oct 27 15:59:59 2001
Australia/Sydney  Sat Oct 27 16:00:00 2001

-- 
 - Gus


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to