Versions in this module Expand all Collapse all v1 v1.1.1 Apr 8, 2025 Changes in this version + func Between(t, begin, end time.Time) bool + func ChineseTimeLocation() *time.Location + func DayEnd(t time.Time) time.Time + func DayStart(t time.Time) time.Time + func IsAM(t time.Time) bool + func IsAmericaSummerTime(t time.Time) (yes bool) + func IsPM(t time.Time) bool + func MonthEnd(t time.Time) time.Time + func MonthStart(t time.Time) time.Time + func WeekEnd(yearWeek int) time.Time + func WeekStart(yearWeek int) time.Time + func XISOWeek(t time.Time) (year, week int) + func YearWeeksByTime(startDate, endDate time.Time) []int + func YearWeeksByWeek(startYearWeek, endYearWeek int) []int