Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2026 Changes in this version + func ParseDate(dateString string) (time.Time, error) + func ParseDatetime(datetime string) (time.Time, error) + func ParseTime(timeString string) (components [4]int, tz *time.Location, err error) + func SetLoc(t time.Time, loc *time.Location) time.Time + type ParseError struct + Datetime string + Message string + func (e *ParseError) Error() string