Skip to content

Commit

Permalink
chore: extend low skies date
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 16, 2024
1 parent 4c04603 commit b62bc43
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 @@ -76,7 +76,7 @@ func ResolveIntervalTZ(interval *models.IntervalKey, tz *time.Location) (err err
from = time.Time{}
case models.IntervalLowSkies:
from = time.Date(2024, 10, 3, 0, 0, 0, 0, time.Local)
to = time.Date(2024, 10, 17, 23, 59, 59, 0, time.Local)
to = time.Date(2025, 1, 12, 23, 59, 59, 0, time.Local)
default:
err = errors.New("invalid interval")
}
Expand Down

0 comments on commit b62bc43

Please sign in to comment.