InetIntel / ioda-ui

Other
2 stars 0 forks source link

Continued adjustments to timezones #93

Closed arvinpoddar closed 1 year ago

arvinpoddar commented 1 year ago

Zach discovered a bug with the placement of alert bands on the time series chart. To fix this, this change removes all timezone offset calculations in the navigator, timestamps, alerts table, and events table. We now rely solely on the raw timestamp values from the API, combined with Dayjs UTC. This change marks a continued effort to consolidate timestamp conversion logic.