Backing out part of TZ change

This commit is contained in:
David Hill 2003-03-27 14:23:48 +00:00
parent 688c24bcaa
commit 86569cb154

View File

@ -33,7 +33,7 @@ if (!@putenv("TZ=EST5") || getenv("TZ") != 'EST5') {
echo date ("Y-m-d H:i:s\n", strtotime ($date));
}
putenv ("TZ=EST5");
putenv ("TZ=US/Eastern");
foreach ($dates as $date) {
echo date ("Y-m-d H:i:s\n", strtotime ($date));
}