diff --git a/helpers/interval.go b/helpers/interval.go index ef12707a..f62ec439 100644 --- a/helpers/interval.go +++ b/helpers/interval.go @@ -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") }