Getch,
Is there an easy way to set the timezone in Perl? My webserver is on MT and I don't have the ability to change the time on the server. I know in PHP I can put this at the beginning of the file:
Code:
putenv("TZ=US/Eastern");
And any time functions will use ET.
Is there something similar in Perl so I can make the times for the draft utility and export tracker Eastern Time?