PHP strtotime困境

Mir*_*vod 2 php strtotime

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

date_default_timezone_set('Europe/Bucharest');    
var_dump( strtotime('29.03.2015 03:00', time()) ===  strtotime('29.03.2015 04:00', time()));
Run Code Online (Sandbox Code Playgroud)

无法理解它

Riz*_*123 6

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

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