Hello! I've got a feed that is polling a local server including timestamps in CST central time and Velocity is assuming they are UTC and and then map viewer is displaying them -6 hours trying to correct for CST. The time zone is not included in the time stamp from the source in the API.
| "yyyy-MM-dd'T'HH:mm:ss.SS" |
What is the best way around this? I'm currently pushing a feed to a ArcGIS Velocity layer watching the TRACK_ID to keep only new features each push.
Thanks!!