3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo ini_get('date.timezone').PHP_EOL; $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
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007370" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007419" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.020592" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.020666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007861" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007064" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007078" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007264" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.3.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008699" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008944" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.006819" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.006876" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004034" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.006958" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007012" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007058" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004519" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.005595" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.005640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004275" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003845" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004149" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003891" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003965" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003861" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003890" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004056" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003903" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.2.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.28
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010097" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.27
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003813" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008469" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003724" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003757" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.24
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004014" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004054" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004968" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.005019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.22
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003834" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004013" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003923" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.19
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003763" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003749" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003681" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003704" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.005289" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.005369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.005274" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.005312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003418" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003445" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003606" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003630" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003836" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003638" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003664" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003982" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003277" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003811" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003837" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003760" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003787" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003953" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003990" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.1.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003686" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.30
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003631" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.29
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004047" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004074" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.28
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003679" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.27
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003724" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003535" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003268" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.24
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003207" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.22
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003962" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.19
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003668" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003540" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003572" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003461" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003301" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003689" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003488" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002083" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.002110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003549" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007434" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007512" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003493" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004193" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003400" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.007445" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008541" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009544" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 8.0.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008822" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.33
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002083" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.002109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.32
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002954" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.002979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.30
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.29
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003910" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.28
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003208" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.27
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003160" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004319" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003735" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.24
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003776" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003399" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.22
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008460" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.006995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.007070" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003309" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.011438" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009527" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010347" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009587" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009709" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010679" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008079" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008796" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009334" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010576" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.011539" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008018" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008852" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004749" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.004843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010076" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.011137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.012598" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000252" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.4.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002136" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.002160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.002611" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.002635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.31
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003320" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.30
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003325" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.29
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.003518" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.003548" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.28
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008085" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.27
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009191" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010463" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008523" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008709" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.24
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.011079" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010762" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012346" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009382" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009710" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.19
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009822" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009924" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.004805" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.005831" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009132" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009540" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000244" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000353" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000421" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000327" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.7, 7.3.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.3.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.33
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010767" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.32
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.010962" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.012234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.31
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009841" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.010794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.30
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.008473" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.008569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.29
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.009093" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.009179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000391" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.24
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.22
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000356" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000223" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.19
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000293" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000266" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.7
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.2.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000254" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000388" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.33
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.32
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.31
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.30
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.29
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.28
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.24, 7.1.27
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.26
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.25
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:25.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:25" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:25.000243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25"
Output for 7.1.23
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.22
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.21
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.19
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.18
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.17
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000232" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.16
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000364" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.15
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.14
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.12
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.11
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.10
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.9
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.8
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.6
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.5
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:25.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:25" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:25.000311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25"
Output for 7.1.4
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 5.5.14 - 5.5.19, 5.5.21 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.2
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.1
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 7.1.0
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:24.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:24.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"
Output for 5.5.20
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2016-01-18 12:54:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:25" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2016-01-18 23:54:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25" string(19) "2016-01-18 23:54:25"
Output for 5.5.0 - 5.5.13
Europe/Amsterdam $nowUtc object(DateTime)#1 (3) { ["date"]=> string(19) "2016-01-18 12:54:24" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 12:54:24" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(19) "2016-01-18 23:54:24" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d H:i:s') string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24" string(19) "2016-01-18 23:54:24"

preferences:
221.65 ms | 402 KiB | 330 Q