We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4dc2e commit d2e2f65Copy full SHA for d2e2f65
helpers/interval.go
@@ -80,7 +80,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
80
case models.IntervalHighSeas:
81
est, _ := time.LoadLocation("America/New_York")
82
from = time.Date(2024, 10, 30, 0, 0, 0, 0, time.Local)
83
- to = time.Date(2025, 1, 31, 0, 0, 0, 0, est)
+ to = time.Date(2025, 1, 31, 23, 59, 59, 0, est)
84
default:
85
err = errors.New("invalid interval")
86
}
0 commit comments