mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-21 21:21:22 +08:00
In certain scenarios, when generating buckets with monthly buckets and different timezones, gapfill would create timestamps which don't align with time_bucket and thus potentially generating multiple rows for an individual month. Instead of relying on previous timestamp to generate the next one, now we generate them always from the start point which will make us align with time_bucket buckets.