influxdata / influxdb

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

fix: preserve time zone information in Task Scheduler #25112

Closed davidby-influx closed 3 months ago

davidby-influx commented 3 months 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

davidby-influx commented 3 months ago

You called it!