Skip to content

Commit

Permalink
Update high seas end date
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford authored Jan 13, 2025
1 parent c2c8653 commit 400ba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/interval.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
to = time.Date(2025, 1, 12, 23, 59, 59, 0, time.Local)
case models.IntervalHighSeas:
from = time.Date(2024, 10, 30, 0, 0, 0, 0, time.Local)
to = time.Date(2025, 1, 12, 23, 59, 59, 0, time.Local)
to = time.Date(2025, 2, 1, 23, 59, 59, 0, time.Local)
default:
err = errors.New("invalid interval")
}
Expand Down

0 comments on commit 400ba3b

Please sign in to comment.