Customclientraw.txt.tmpl timeUTC Field Incorrect Format

Issue #37 resolved
Gary Roderick created an issue

Steel series gauges checks for station being offline by comparing the current epoch timestamp against the timestamp derived from the timeUTC field. Javascript Date.UTC() is used on the timeUTC field which requires timeUTC to be in UT not local time. Upshot is when using local time no error is thrown by steel series if you are +GMT but if you a -GMT then steel series will always think your station is offline and your data is (the number of hours behind GMT that your are) old.

Solution is to put timeUTC in UT.

Comments (1)

  1. Log in to comment