leprakhauns
03-27-2007, 11:30 AM
I set my timezone to the east coast, USA using
putenv("TZ=Etc/GMT+5");
When I output the data, it says that it isn't set to daylight savings time. How can I make it revert to Daylight Savings Time when appropriate? The server time is correct.
putenv("TZ=Etc/GMT+5");
When I output the data, it says that it isn't set to daylight savings time. How can I make it revert to Daylight Savings Time when appropriate? The server time is correct.