influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.17k stars 3.51k forks source link

fix: preserve time zone information in Task Scheduler (#25112) #25113

Closed davidby-influx closed 2 days ago

davidby-influx commented 3 days ago

Avoid converting times to int64 in the Task Scheduler to preserve time zone information. This corrects a failure after fall back time changes which halts every-type tasks

closes https://github.com/influxdata/influxdb/issues/25110

(cherry picked from commit ebb597d16cd83d50e04ca9e29b6fbdee816db73c)

closes https://github.com/influxdata/influxdb/issues/25111