Versions in this module Expand all Collapse all v0 v0.4.0 Jul 4, 2026 Changes in this version + var ANSIC = strings.Join([]string{ ... }, "") + var ISO8601 = strings.Join([]string{ ... }, "") + var Months = map[string]int + var RFC8xx1123 = strings.Join([]string{ ... }, "") + var US = strings.Join([]string{ ... }, "") + type ParseTime struct + func NewParseTime(location ...interface{}) (ParseTime, error) + func (pt *ParseTime) ANSIC(value string) (time.Time, error) + func (pt *ParseTime) GetLocation() *time.Location + func (pt *ParseTime) ISO8601(value string) (time.Time, error) + func (pt *ParseTime) Parse(value string) (time.Time, error) + func (pt *ParseTime) RFC8xx1123(value string) (time.Time, error) + func (pt *ParseTime) SetLocation(loc *time.Location) + func (pt *ParseTime) US(value string) (time.Time, error)