php wrong timezone issue in Australia/Sydney -


i want timezone name in australia/sydney (not time)

http://php.net/manual/en/timezones.australia.php (timezone set)

$t = new datetime('now');  $t->settimezone( new datetimezone('australia/sydney')); echo $t->format("y d m j h:i t"); 

and result = 2014 tue dec 16 17:54 est

http://www.timeanddate.com/time/zones/aedt

in url, australia/sydney aedt. why php return est?

http://mm.icann.org/pipermail/tz-announce/2014-august/000023.html

australia dst timezone abbreviation incorrect when using date_default_timezone_set

it version issue.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -