mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- fix test
This commit is contained in:
parent
ec820e1454
commit
09507f0ba4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
|
|||
|
||||
print "\nSetting TZ\n";
|
||||
date_default_timezone_set('Australia/Sydney');
|
||||
putenv("TZ=Australia/Sydney");
|
||||
$input = "10:00:00 AM July 1 2005";
|
||||
print "input " . $input . "\n";
|
||||
$tStamp = strtotime($input);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue