prometheus/rules
Brian Brazil 7646cbca32
Use .UTC everywhere we use time.Unix (#7066)
time.Unix attaches the local timezone, which can then
leak out (e.g. in the alert json). While this is harmless,
we should be consistent.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2020-03-29 17:35:39 +01:00
..
fixtures rules: Make deleted rule series as stale after a reload (#6745) 2020-02-12 16:22:18 +01:00
alerting.go Fix build errors in rest of prometheus 2020-02-17 16:09:23 +01:00
alerting_test.go Comment fixes 2020-02-17 16:09:23 +01:00
manager.go Use .UTC everywhere we use time.Unix (#7066) 2020-03-29 17:35:39 +01:00
manager_test.go storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 2020-03-13 13:06:25 +00:00
recording.go Fix build errors in rest of prometheus 2020-02-17 16:09:23 +01:00
recording_test.go Comment fixes 2020-02-17 16:09:23 +01:00