Versions in this module Expand all Collapse all v0 v0.6.1 Jan 1, 2024 v0.6.0 Jan 24, 2022 Changes in this version + func FormatISO8601(t time.Time) string + func FormatRFC2822(t time.Time) string + func FormatRelative(t time.Time) string + func FormatWithType(t time.Time, f Format) string + func Parse(value string) (time.Time, error) + func ParseAbsolute(value string) (time.Time, error) + func SetNow(f func() time.Time) + type Format string + const ISO8601 + const RFC2822 + const Relative