3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nowUtc = new \DateTime( 'now', new \DateTimeZone( 'UTC' ) ); echo '$nowUtc'.PHP_EOL; var_dump($nowUtc); $nowUtc = new \DateTime( 'now', new \DateTimeZone( 'UTC' ) ); echo '$nowUtc->format(\'Y-m-d h:i:s\')'.PHP_EOL; var_dump($nowUtc->format('Y-m-d h:i:s')); $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ); echo '$nowUtc->setTimezone( new \DateTimeZone( \'Australia/Sydney\' ) )'.PHP_EOL; var_dump($nowUtc); echo '$nowUtc->format(\'Y-m-d h:i:s\')'.PHP_EOL; var_dump($nowUtc->format('Y-m-d h:i:s'));exit; ?>
Output for 8.3.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008836" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007353" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007844" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007057" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.006860" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.006945" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004014" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004062" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.3.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004180" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007497" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007613" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007056" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008986" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003667" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003731" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005288" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003769" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004480" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003964" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003795" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003757" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004043" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003898" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.2.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003793" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008570" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004006" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004043" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.020015" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.020437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005020" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005069" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004379" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003815" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004018" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004062" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003617" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003697" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003730" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004008" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003647" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003609" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003208" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003244" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003565" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003836" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003513" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003813" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003408" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004271" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003706" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004052" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004164" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003859" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.1.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003408" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003599" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003287" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005194" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003156" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003375" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003415" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003458" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003281" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003594" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003630" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003308" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003344" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003118" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003621" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003418" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003282" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004385" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002342" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003761" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004138" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003678" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003723" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.011143" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.011328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003849" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003582" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009662" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009813" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.010572" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.011838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003622" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 8.0.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008900" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009040" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002072" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002988" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003273" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003482" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003525" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005450" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005760" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003165" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003709" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003753" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003312" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003276" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003175" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008515" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007305" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003372" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.010631" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.010818" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008995" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008485" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009500" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.010680" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008649" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.013104" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.013270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.011860" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.012112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008430" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009186" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.010215" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.011149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000284" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000419" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000326" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000318" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.4.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000503" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002026" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002067" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.001997" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002038" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003397" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003430" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003470" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.015869" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.016104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009412" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008707" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.010510" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008476" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009249" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009397" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008775" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.012232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009275" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.010827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008614" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009911" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.011549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009407" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009561" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004538" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004679" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000305" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000290" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001396" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000248" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000314" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000248" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001421" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000326" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000303" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000446" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000306" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000427" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000235" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000274" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000477" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000543" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000305" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000450" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000320" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.001378" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002976" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.3.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.009836" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.010987" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.011436" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.012702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008280" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.009434" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.008488" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000335" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000349" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000757" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000986" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001110" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000361" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001396" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000672" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001022" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000286" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000431" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000299" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000281" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000284" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000361" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000300" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000288" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000286" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000274" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000274" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.2.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000322" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.002558" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.33
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005563" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.32
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000267" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.31
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000409" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.30
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.006328" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.006696" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.29
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000300" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.28
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000305" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000639" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.27
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000278" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.26
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000275" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.25
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.004352" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.24
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003068" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.23
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.007141" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.008495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.22
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.006549" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007680" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.21
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.20
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.19
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.003221" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.18
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.17
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002333" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.16
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.006155" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.006918" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.15
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.005540" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.005764" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.14
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.006127" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.007256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.002287" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.003391" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.12
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000350" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.006082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.11
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000268" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.006095" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.10
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000360" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001360" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.9
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000309" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001967" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.8
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.004595" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.7
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.6
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000268" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001300" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000286" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000462" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.001530" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.3, 5.6.5 - 5.6.40, 7.0.0 - 7.0.33, 7.1.3
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.2
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000306" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.1
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000281" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 7.1.0
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:54.000283" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:54.000414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 5.6.4
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(26) "2020-04-27 15:37:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:55" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(26) "2020-04-28 01:37:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:55"
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.4, 5.5.6 - 5.5.13
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(19) "2020-04-27 15:37:54" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(19) "2020-04-28 01:37:54" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 5.5.5
$nowUtc object(DateTime)#1 (3) { ["date"]=> string(19) "2020-04-27 15:37:55" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:55" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (3) { ["date"]=> string(19) "2020-04-28 01:37:55" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Australia/Sydney" } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:55"
Output for 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 8 $nowUtc object(DateTime)#1 (0) { } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-27 03:37:54" $nowUtc->setTimezone( new \DateTimeZone( 'Australia/Sydney' ) ) object(DateTime)#2 (0) { } $nowUtc->format('Y-m-d h:i:s') string(19) "2020-04-28 01:37:54"
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 8 Fatal error: Class 'DateTime' not found in /in/RvgcF on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 8 Fatal error: Cannot instantiate non-existent class: datetime in /in/RvgcF on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 2 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 5 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/RvgcF on line 8 Fatal error: Cannot instantiate non-existent class: datetime in /in/RvgcF on line 2

preferences:
377.66 ms | 402 KiB | 465 Q