in reply to Localtime() or gmtime()

Some quick experimentation on my system (Debian Linux) shows that changing $ENV{TZ} changes the results of localtime. I found some documentation at http://www.aota.net/Script_Installation_Tips/perltime.php4, and Googling for "perl $ENV{TZ}" will get you quite a bit of info.

Hope that helps.