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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -