object(DateTime)#1 (3) {
["date"]=>
string(26) "2015-01-15 15:00:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1421334000
Date timestamp using getTimestamp(): 1421334000
Changing timezone to CET
Date timestamp using format(): 1421334000 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1421334000 NB: Now it is back?!?!
Date timestamp using format() again: 1421334000 NB: Now it is back?!?!
Output for 5.5.24 - 7.0.6, 7.1.0
object(DateTime)#1 (3) {
["date"]=>
string(26) "2015-01-15 15:00:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1421334000
Date timestamp using getTimestamp(): 1421334000
Changing timezone to CET
Date timestamp using format(): 1421344800 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1421334000 NB: Now it is back?!?!
Date timestamp using format() again: 1421334000 NB: Now it is back?!?!
Output for 5.3.19 - 5.4.29
object(DateTime)#1 (3) {
["date"]=>
string(19) "2015-01-15 15:00:00"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
Date timestamp using format(): 1421334000
Date timestamp using getTimestamp(): 1421334000
Changing timezone to CET
Date timestamp using format(): 1421334000 NB: This has changed?!?!
Date timestamp using getTimestamp(): 1421334000 NB: Now it is back?!?!
Date timestamp using format() again: 1421334000 NB: Now it is back?!?!