mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-28 13:07:50 +03:00
Also always initialize Query.timestamp with the timestamp from the lexer. This should avoid potential problems with relative timestamps inside inner queries. For example, the `_time:1h` filter in the following query is correctly executed relative to the current timestamp: foo:in(_time:1h | keep foo)