mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-21 13:17:01 +00:00
Fix default startsAt time
This commit is contained in:
parent
476dfa3f59
commit
f3e1985c58
@ -134,7 +134,7 @@ update msg silences silence filter =
|
||||
Utils.Date.toISO8601 time
|
||||
|
||||
startsAt =
|
||||
Utils.Types.Time endsIso (ISO8601.toString startsIso) True
|
||||
Utils.Types.Time startsIso (ISO8601.toString startsIso) True
|
||||
|
||||
sil =
|
||||
case silence of
|
||||
|
Loading…
Reference in New Issue
Block a user