I’ve noticed over the last couple of days that the times of updates on dashboard in the the afternoon have been off by 12 hours - am showing when it should be pm. I believe the problem maybe related to the clientraw.txt file having the wrong time (am vs pm). Ideas anyone?
// General OR Non Weather Specific/SUN/MOON
// ========================================
$time = '03:05 AM'; // current time
$date = '10/19/2015'; // current date
So if the testtags and clientraw think it is 03:05AM maybe the time of the PC is 12 hrs off also?
I will check the time on the PC again when I get home this evening. What’s interesting is that in the morning the update time shows am, so if the PC was off by 12 hours I would think that the testtags and clientraw would be showing pm in the morning.
I think your dashboard script is formatting the time from clientraw fields 29, 30 and 31, and field 29 for the hour is saying 04 hence the AM as it is less than 12?