I just ran the 'linux' update. with a minor change of using curl -o instead of wget. (had to use man to figure it out)
http://www.geekzone.co.nz/barf/3483
I'm a linux geek at heart. Obviously
Onyx:~ jo$ is my command prompt.
| Code: |
Onyx:~ jo$ zdump -v /etc/localtime | grep 2007
/etc/localtime Sat Mar 17 13:59:59 2007 UTC = Sun Mar 18 02:59:59 2007 NZDT isdst=1
/etc/localtime Sat Mar 17 14:00:00 2007 UTC = Sun Mar 18 02:00:00 2007 NZST isdst=0
/etc/localtime Sat Oct 6 13:59:59 2007 UTC = Sun Oct 7 01:59:59 2007 NZST isdst=0
/etc/localtime Sat Oct 6 14:00:00 2007 UTC = Sun Oct 7 03:00:00 2007 NZDT isdst=1
Onyx:~ jo$ man curl
Onyx:~ jo$ curl -o tzdata.tar ftp://elsie.nci.nih.gov/pub/tzdata2007g.tar.gz
Onyx:~ jo$ mkdir tzdata/; tar zxvf tzdata.tar -C tzdata/; cd tzdata/
Onyx:~ jo$ sudo zic australasia
Onyx:~ jo$ sudo zic backward
Onyx:~ jo$ zdump -v /etc/localtime | grep 2007
/etc/localtime Sat Mar 17 13:59:59 2007 UTC = Sun Mar 18 02:59:59 2007 NZDT isdst=1
/etc/localtime Sat Mar 17 14:00:00 2007 UTC = Sun Mar 18 02:00:00 2007 NZST isdst=0
/etc/localtime Sat Sep 29 13:59:59 2007 UTC = Sun Sep 30 01:59:59 2007 NZST isdst=0
/etc/localtime Sat Sep 29 14:00:00 2007 UTC = Sun Sep 30 03:00:00 2007 NZDT isdst=1
|
Looks ok. Will wait for D-day.
Note - this only appears to update the BSD end of OS X - not necessarily the nice shiny part - /usr/share/icu/icudt32b.dat seems to hodl the key for the latter parts.