Skip to content

Commit d4beb09

Browse files
authored
Change IntervalHighSeas end date
1 parent ae0f56e commit d4beb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/interval.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
7979
to = time.Date(2025, 1, 12, 23, 59, 59, 0, time.Local)
8080
case models.IntervalHighSeas:
8181
from = time.Date(2024, 10, 30, 0, 0, 0, 0, time.Local)
82-
to = time.Date(2025, 2, 1, 23, 59, 59, 0, time.Local)
82+
to = time.Date(2025, 1, 31, 23, 59, 59, 0, time.Local)
8383
default:
8484
err = errors.New("invalid interval")
8585
}

0 commit comments

Comments
 (0)