So, I have this code:
print date("l, F j, Y h:m:s a", strtotime("+8 hours"));
and it is already displaying the current date and time in the website, but the problem is that I need to refresh the page in order to see that the time and date is updating. Please help!