I’m using Max Gust on my main page using a PHP script. I noticed the other day when we had some severe weather here in Lake Mary, FL (US) it showed as: 47.2 @ 7:36_AM
I copied off, and dug through both my testtags.php file and clientraw.txt (attached). I see in testtags “$maxgstt = '7:36 AM” (no underscore); however in clientraw field #135 it has that underscore “7:36_AM”. I still see it displayed with an underscore between the 12 hr time format and AM or PM after ajax kicks in and updates testtags value.
It this a configurable thing on my end or hard coded in WD? If it’s in WD can you possibly add a fix in your next build.
Likely it’s in there in the clientraw file like that because spaces are the field delimiters. Using “7:36 AM” would break that, so he inserts a underscore to circumvent it. So I’m going to guess it won’t be fixed since it would likely break more than it would fix. Plus, doing some php scripting can replace the underscore with a space if it was needed.