We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae0f56e + d4beb09 commit 294f64aCopy full SHA for 294f64a
helpers/interval.go
@@ -79,7 +79,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
79
to = time.Date(2025, 1, 12, 23, 59, 59, 0, time.Local)
80
case models.IntervalHighSeas:
81
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)
+ to = time.Date(2025, 1, 31, 23, 59, 59, 0, time.Local)
83
default:
84
err = errors.New("invalid interval")
85
}
0 commit comments