View Single Post
Old 11-02-2007, 09:16 AM   #27 (permalink)
Stu
All Star Starter
 
Stu's Avatar
 
Join Date: Dec 2005
Posts: 1,025
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?
Stu is offline   Reply With Quote