I don't know why this code give me this result:
$to= '2016/03/28';
$from = '2016/03/27';
$secs = strtotime($from) - strtotime($to);
returns:
1459116000 - 1459033200 = 82800,
all other days returns right value 86400
I don't know why this code give me this result:
$to= '2016/03/28';
$from = '2016/03/27';
$secs = strtotime($from) - strtotime($to);
returns:
1459116000 - 1459033200 = 82800,
all other days returns right value 86400