Nice, Eliot
However, if you are on Unix and have telnet access to your server it is easier to:
% chmod 600 ~/etc/localtime
% cp /usr/share/zoneinfo/Europe/London ~/etc/localtime
Where *London* is just an example - there are many more for allmost all regions of the world.
Then the timezone will be corrected for all your scripts where time and dates are used.
However, if you are on Unix and have telnet access to your server it is easier to:
% chmod 600 ~/etc/localtime
% cp /usr/share/zoneinfo/Europe/London ~/etc/localtime
Where *London* is just an example - there are many more for allmost all regions of the world.
Then the timezone will be corrected for all your scripts where time and dates are used.