PHP strtotime困境

时间:2015-03-23 17:06:06

标签: php strtotime

有人可以解释为什么在我的服务器上输出为真?

date_default_timezone_set('Europe/Bucharest');    
var_dump( strtotime('29.03.2015 03:00', time()) ===  strtotime('29.03.2015 04:00', time()));

无法理解我的头脑

1 个答案:

答案 0 :(得分:6)

我认为这是因为你可以在这里看到夏季的时间变化:http://www.timeanddate.com/time/change/romania/bucharest

因此,如果是03:00,则时间设置为1h前进到04:00