Skip to content

Commit

Permalink
Update interval.go
Browse files Browse the repository at this point in the history
  • Loading branch information
malted authored Feb 1, 2025
1 parent 1f4dc2e commit d2e2f65
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 @@ -80,7 +80,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
case models.IntervalHighSeas:
est, _ := time.LoadLocation("America/New_York")
from = time.Date(2024, 10, 30, 0, 0, 0, 0, time.Local)
to = time.Date(2025, 1, 31, 0, 0, 0, 0, est)
to = time.Date(2025, 1, 31, 23, 59, 59, 0, est)
default:
err = errors.New("invalid interval")
}
Expand Down

0 comments on commit d2e2f65

Please sign in to comment.