Versions in this module Expand all Collapse all v0 v0.16.0 Apr 4, 2026 Changes in this version + func CalculateStepsForTimeRange(from, to time.Time, steps int) time.Duration + func EndOfMonth(t time.Time) time.Time + func EndOfQuarter(t time.Time) time.Time + func EndOfWeek(t time.Time) time.Time + func EndOfYear(t time.Time) time.Time + func LastDayOfMonth(t time.Time) time.Time + func MonthFirst(t time.Time) time.Time + func NextMonths(t time.Time, months int) time.Time + func QuarterFirst(t time.Time) time.Time + func RoundTimeToDay(t time.Time) time.Time + func SetEndOfDay(t time.Time) time.Time + func WeekMonday(t time.Time) time.Time + func YearFirst(t time.Time) time.Time