This is what I've already tried:
<meta name="Refresh" content="3600">
What would be the best way to go about making a HTML page automatically refresh at 12am PT every day? Or if that's not possible, the top of every hour like 1am, 2am, 3am and so on. Not an hour from when the user loads the page but the top of the next hour.
Everything I've tried so far seems to just refresh every hour from when the page was loaded.