PHP 时间困境
PHP strtotime dilema
谁能解释一下为什么我的服务器上会输出 true?
date_default_timezone_set('Europe/Bucharest');
var_dump( strtotime('29.03.2015 03:00', time()) === strtotime('29.03.2015 04:00', time()));
想不通
我认为这是因为时间更改为夏令时,您可以在此处看到:http://www.timeanddate.com/time/change/romania/bucharest
因此,如果是 03:00,则时间设置为 04:00
前 1 小时
谁能解释一下为什么我的服务器上会输出 true?
date_default_timezone_set('Europe/Bucharest');
var_dump( strtotime('29.03.2015 03:00', time()) === strtotime('29.03.2015 04:00', time()));
想不通
我认为这是因为时间更改为夏令时,您可以在此处看到:http://www.timeanddate.com/time/change/romania/bucharest
因此,如果是 03:00,则时间设置为 04:00
前 1 小时