i want to get the timestamp of tomorrow at 12PM, i can do this using the line of code below
strtotime('tomorrow noon');
But the problem am having is that, when the current time is 00:00 at midnight, am getting the next day timestamp, i want it such when the time is 00:00 at midnight, it should still give the timestamp of noon of the new day not the next day.