mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Backing out part of TZ change
This commit is contained in:
parent
688c24bcaa
commit
86569cb154
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue