Skip to content

Commit

Permalink
utc
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Feb 7, 2025
1 parent 7a3493d commit 474de92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heartbeat/monitors/maintwin/maintwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ type ParsedMaintWin struct {

func (pmw ParsedMaintWin) IsActive(tOrig time.Time) bool {
matched := false
tOrig = tOrig.UTC()
for i, r := range pmw.Rules {
all := r.All()

Expand Down

0 comments on commit 474de92

Please sign in to comment.