SyntaxFix
Write A Post
Hire A Developer
Questions
$timestamp = strtotime('today midnight');
is the same as
$timestamp = strtotime('today');
and it's a little less work on your server.