Hi folks
I have a line in a header page that is SUPPOSED to return the current server time.
$entrytime = date('H:m',time());
The server time is accurate and updated through NTP.
The problem is that is seems to read the time but only updates it even 1/2 hour or so. Not exactly 1/2 hr but random times.
i.e. at 12:07 it returns 12:07 but 15 mins later it still returns 12:07 no matter how many times I refresh the page (and reload the header).
If I leave it for an hour or so (say 13:45) it might return 13:32.
I have even tried unsetting the variable at the top of the header page.
Ideas please.