object(DateTime)#1 (3) {
["date"]=>
string(26) "2015-11-11 15:00:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1447254000
Date timestamp using getTimestamp(): 1447254000
Changing timezone to CET
Date timestamp using format(): 1447254000 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1447254000 NB: Now it is back?!?!
Date timestamp using format() again: 1447254000 NB: Now it is back?!?!
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
object(DateTime)#1 (3) {
["date"]=>
string(26) "2015-11-11 15:00:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1447254000
Date timestamp using getTimestamp(): 1447254000
Changing timezone to CET
Date timestamp using format(): 1447257600 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1447254000 NB: Now it is back?!?!
Date timestamp using format() again: 1447254000 NB: Now it is back?!?!
Output for 5.5.10 - 5.5.13
object(DateTime)#1 (3) {
["date"]=>
string(19) "2015-11-11 15:00:00"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1447254000
Date timestamp using getTimestamp(): 1447254000
Changing timezone to CET
Date timestamp using format(): 1447257600 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1447254000 NB: Now it is back?!?!
Date timestamp using format() again: 1447254000 NB: Now it is back?!?!
Output for 5.5.0 - 5.5.9
object(DateTime)#1 (3) {
["date"]=>
string(19) "2015-11-11 15:00:00"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1447254000
Date timestamp using getTimestamp(): 1447254000
Changing timezone to CET
Date timestamp using format(): 1447254000 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1447254000 NB: Now it is back?!?!
Date timestamp using format() again: 1447254000 NB: Now it is back?!?!