3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nowUtc = new \DateTime( 'now', new \DateTimeZone( 'UTC' ) ); echo '$nowUtc'.PHP_EOL; var_dump($nowUtc); $nowUtc = new \DateTime( 'now', new \DateTimeZone( 'UTC' ) ); echo '$nowUtc->format(\'Y-m-d H:i:s\')'.PHP_EOL; var_dump($nowUtc->format('Y-m-d H:i:s')); $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ); echo '$nowUtc->setTimezone( new \DateTimeZone( \'Australia/Sydney\' ) )'.PHP_EOL; var_dump($nowUtc); echo '$nowUtc->format(\'Y-m-d H:i:s\')'.PHP_EOL; var_dump($nowUtc->format('Y-m-d H:i:s')); var_dump($nowUtc->format('Y-m-d H:i:s')); var_dump($nowUtc->format('Y-m-d H:i:s'));
Output for 8.3.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007169" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007137" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010539" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007325" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007011" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007089" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007337" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.3.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003838" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003873" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008563" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008849" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.006733" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.006809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004032" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004077" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003732" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003772" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007670" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.006941" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010717" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005486" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005561" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003965" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004006" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003894" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003932" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004104" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003853" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003631" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.006318" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.006369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.2.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003860" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009924" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003988" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008680" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004078" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005102" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004021" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004057" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003652" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003689" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005212" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004051" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004089" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003930" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003969" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003671" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003471" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003622" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003389" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003430" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003941" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003978" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003885" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003600" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003667" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.1.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004064" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003384" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003419" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003552" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003415" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003501" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003528" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003100" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003167" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003446" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003409" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003765" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003392" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.14, 8.0.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003308" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003357" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.002493" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.002537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004286" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003456" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003606" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008464" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003517" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003523" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003561" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007650" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009147" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003530" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003572" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 8.0.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008547" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010017" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.001836" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.001872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.002952" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.002995" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003466" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003504" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003591" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003631" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003117" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003010" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003052" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003109" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003437" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003267" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003518" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010320" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.006909" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.007007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003769" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003811" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.011281" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.011450" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008799" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009065" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010505" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010680" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009476" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010803" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008748" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008075" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010902" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.012845" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008449" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008974" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008810" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009673" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.002489" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.002546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008440" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.012121" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.014369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.4.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.001930" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.001963" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.002059" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.002095" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003296" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003389" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004036" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010627" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010799" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008795" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008928" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008979" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009137" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010561" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.014355" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.016114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009051" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.007924" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009141" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005160" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009114" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008323" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.008493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000159" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000121" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000112" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.3.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.016753" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.016958" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.013223" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.013417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008999" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.008722" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.009089" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.009206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000348" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000156" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000252" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000387" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004863" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004972" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.2.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.005481" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.003251" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.003350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004962" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.005042" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.002422" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.002454" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.011098" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.011184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.010540" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.010629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.1.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.004001" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.004080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 5.6.28, 7.0.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:53:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:53:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:53:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37" string(19) "2016-01-18 23:53:37"
Output for 7.0.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-21 11:57:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-21 11:57:27" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-21 21:57:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-21 21:57:27" string(19) "2016-05-21 21:57:27" string(19) "2016-05-21 21:57:27"
Output for 7.0.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-03 07:53:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-03 07:53:41" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-03 17:53:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-03 17:53:41" string(19) "2016-04-03 17:53:41" string(19) "2016-04-03 17:53:41"
Output for 7.0.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 21:01:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-10 21:01:14" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-11 08:01:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-11 08:01:14" string(19) "2016-03-11 08:01:14" string(19) "2016-03-11 08:01:14"
Output for 7.0.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 22:35:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-18 22:35:55" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 09:35:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-19 09:35:55" string(19) "2016-03-19 09:35:55" string(19) "2016-03-19 09:35:55"
Output for 7.0.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 04:43:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-23 04:43:38" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:43:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-23 15:43:38" string(19) "2016-03-23 15:43:38" string(19) "2016-03-23 15:43:38"
Output for 7.0.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-24 07:46:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-24 07:46:04" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-24 18:46:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-24 18:46:04" string(19) "2016-03-24 18:46:04" string(19) "2016-03-24 18:46:04"
Output for 7.0.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 08:38:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-27 08:38:59" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:38:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-27 19:38:59" string(19) "2016-03-27 19:38:59" string(19) "2016-03-27 19:38:59"
Output for 5.6.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 14:48:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-02 14:48:12" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 00:48:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-03 00:48:12" string(19) "2016-05-03 00:48:12" string(19) "2016-05-03 00:48:12"
Output for 5.6.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 06:56:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-10 06:56:03" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 16:56:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-10 16:56:03" string(19) "2016-04-10 16:56:03" string(19) "2016-04-10 16:56:03"
Output for 5.6.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 05:11:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-08 05:11:19" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 16:11:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-08 16:11:19" string(19) "2016-03-08 16:11:19" string(19) "2016-03-08 16:11:19"
Output for 5.6.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-15 14:10:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-15 14:10:02" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 01:10:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-16 01:10:02" string(19) "2016-03-16 01:10:02" string(19) "2016-03-16 01:10:02"
Output for 5.6.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 01:42:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-20 01:42:04" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 12:42:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-20 12:42:04" string(19) "2016-03-20 12:42:04" string(19) "2016-03-20 12:42:04"
Output for 5.6.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 09:28:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-28 09:28:50" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:28:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-28 20:28:50" string(19) "2016-03-28 20:28:50" string(19) "2016-03-28 20:28:50"
Output for 5.6.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-29 10:18:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-29 10:18:26" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-29 21:18:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-29 21:18:26" string(19) "2016-03-29 21:18:26" string(19) "2016-03-29 21:18:26"
Output for 5.6.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-14 16:00:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-14 16:00:49" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:00:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-15 02:00:49" string(19) "2016-04-15 02:00:49" string(19) "2016-04-15 02:00:49"
Output for 5.6.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 16:39:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-15 16:39:47" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 02:39:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-16 02:39:47" string(19) "2016-04-16 02:39:47" string(19) "2016-04-16 02:39:47"
Output for 5.6.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 07:10:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-20 07:10:14" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 17:10:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-20 17:10:14" string(19) "2016-04-20 17:10:14" string(19) "2016-04-20 17:10:14"
Output for 5.6.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-24 13:36:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-24 13:36:12" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-24 23:36:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-24 23:36:12" string(19) "2016-04-24 23:36:12" string(19) "2016-04-24 23:36:12"
Output for 5.6.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 15:41:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-25 15:41:58" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 01:41:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-26 01:41:58" string(19) "2016-04-26 01:41:58" string(19) "2016-04-26 01:41:58"
Output for 5.6.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 21:10:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-27 21:10:04" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 07:10:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-28 07:10:04" string(19) "2016-04-28 07:10:04" string(19) "2016-04-28 07:10:04"
Output for 5.6.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-30 05:36:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-30 05:36:29" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-30 15:36:29.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-30 15:36:29" string(19) "2016-04-30 15:36:29" string(19) "2016-04-30 15:36:29"
Output for 5.5.35
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 00:53:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-23 00:53:12" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 10:53:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-23 10:53:12" string(19) "2016-05-23 10:53:12" string(19) "2016-05-23 10:53:12"
Output for 5.5.34
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 09:10:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-11 09:10:57" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-11 19:10:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-11 19:10:57" string(19) "2016-04-11 19:10:57" string(19) "2016-04-11 19:10:57"
Output for 5.5.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-09 08:16:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-09 08:16:22" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-09 19:16:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-09 19:16:22" string(19) "2016-03-09 19:16:22" string(19) "2016-03-09 19:16:22"
Output for 5.5.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-17 18:08:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-17 18:08:48" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 05:08:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-18 05:08:48" string(19) "2016-03-18 05:08:48" string(19) "2016-03-18 05:08:48"
Output for 5.5.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 04:54:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-21 04:54:57" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 15:54:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-03-21 15:54:57" string(19) "2016-03-21 15:54:57" string(19) "2016-03-21 15:54:57"
Output for 5.5.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 12:09:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-01 12:09:46" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 23:09:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-01 23:09:46" string(19) "2016-04-01 23:09:46" string(19) "2016-04-01 23:09:46"
Output for 5.5.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-17 06:57:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-17 06:57:36" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-17 16:57:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-17 16:57:36" string(19) "2016-04-17 16:57:36" string(19) "2016-04-17 16:57:36"
Output for 5.5.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 10:29:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-21 10:29:51" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 20:29:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-21 20:29:51" string(19) "2016-04-21 20:29:51" string(19) "2016-04-21 20:29:51"
Output for 5.5.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 12:07:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-22 12:07:22" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 22:07:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-22 22:07:22" string(19) "2016-04-22 22:07:22" string(19) "2016-04-22 22:07:22"
Output for 5.5.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 18:23:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-26 18:23:37" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 04:23:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-27 04:23:37" string(19) "2016-04-27 04:23:37" string(19) "2016-04-27 04:23:37"
Output for 5.5.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 01:50:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-29 01:50:01" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 11:50:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-04-29 11:50:01" string(19) "2016-04-29 11:50:01" string(19) "2016-04-29 11:50:01"
Output for 5.5.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 08:21:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-24 08:21:44" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-24 18:21:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-05-24 18:21:44" string(19) "2016-05-24 18:21:44" string(19) "2016-05-24 18:21:44"

preferences:
223.83 ms | 402 KiB | 213 Q