I have to create timestamp for 8 PM everyday to compare it with some timestamp in database. How can I create it?
$ts = '2015-05-12 12:00:20'
is what I have stored in database.
I need this $ts_8pm = '2015-05-12 20:00:00' so that I can take some action when this meets.