to check and correct nzst timezone... To check tzdata: zdump -v /etc/localtime |grep 2007
To correct tzdata for all deb based systems, apply file from below:sudo wget http://mirror.pacific.net.au/linux/ubuntu/pool/main/t/tzdata/tzdata_2007f-3ubuntu1_all.deb
sudo dpkg -i tzdata_2007f-3ubuntu1_all.deb It is possible you may have to do this after applying the above patch: sudo dpkg-reconfigure tzdata cheers Paul
