mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
Backing out part of TZ change
This commit is contained in:
parent
688c24bcaa
commit
86569cb154
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user