Any clue why the time on this placefile stops updating all the time?
Look at my radar. It's at 2:13am currently. The GR3 Radar is current though.
Here's what I'm using
<?php
Header("HTTP/1.0 200 OK");
Header("Content-Type: text/plain");
?>
Title: Timestamp Version2a
;Created by Rick @ Vermilionweather.com
;Thanks to Jeff from MichiganWxSystem.com for the Win server fix.
Refresh: 1
Font: 1, 18, 1, "Courier New"
; Timestamp fixed location
Color: 255 255 0
Threshold: 999
Text: 44.024,-75.798,1,"<?php
$tzoff = '5';
$dst = date('I');
if ($dst) { $tzoff = $tzoff -1;}
echo gmdate("D, M d Y h:i A" , time()-$tzoff*3600);
?>"
I'm not home, but this seems to happen frequently.
Tony
