Versions in this module Expand all Collapse all v0 v0.2.0 Oct 10, 2024 v0.1.0 Oct 8, 2024 Changes in this version + func Diff(a, b time.Time) (year, month, day, hour, min, sec int) + func ParseMonth(s string) (time.Month, error) + func ParseWeekday(s string) (time.Weekday, error) + func Round(d time.Duration, digits int) time.Duration + func ShortDuration(d time.Duration) string + func WeekStart(year, week int) time.Time + func WeekStartTime(t time.Time) time.Time