Skip to content

Commit d2e2f65

Browse files
authoredFeb 1, 2025··
Update interval.go
1 parent 1f4dc2e commit d2e2f65

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
@@ -80,7 +80,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
8080
case models.IntervalHighSeas:
8181
est, _ := time.LoadLocation("America/New_York")
8282
from = time.Date(2024, 10, 30, 0, 0, 0, 0, time.Local)
83-
to = time.Date(2025, 1, 31, 0, 0, 0, 0, est)
83+
to = time.Date(2025, 1, 31, 23, 59, 59, 0, est)
8484
default:
8585
err = errors.New("invalid interval")
8686
}

0 commit comments

Comments
 (0)
Please sign in to comment.