Skip to content

Commit 294f64a

Browse files
Merge pull request #28 from hackclub/malted-patch-1
2 parents ae0f56e + d4beb09 commit 294f64a

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)