Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix-broken-timezone conversion (#41)
When running the aggregations script you might get these errors: ``` date: invalid date ‘Tue 1 Oct 00:00:00 CEST 2024’ date: invalid date ‘Thu 31 Oct 23:59:59 CET 2024’ invalid operation: time and *influxql.StringLiteral are not compatible ``` This should fix this problem
- Loading branch information