Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2019 Changes in this version + const StrftimeChar + const UnixTimestampFmt + const UnixTimestampFmtAlt + const UnixTimestampFmtTxt + func GetTimestamp(m map[string]interface{}, timeFieldName, timeFieldFormat string) time.Time + func Now() time.Time + func Parse(format, timespec string) (time.Time, error) + type Nower interface + Now func() time.Time + var DefaultNower Nower = &RealNower{} + var Location *time.Location = time.UTC + type RealNower struct + func (r *RealNower) Now() time.Time