mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-21 18:51:02 +01:00
Don't handle `0` as a special timestamp value for "now" anymore, except in the `QueryRange()` case, where existing API consumers still expect `0` to mean "now". Also, properly return errors now for malformed timestamp/duration float values.