time.AsTime
time.AsTime INPUT [TIMEZONE]
Returns the given string representation of a date/time value as a time.Time value.
time.Duration
time.Duration TIME_UNIT NUMBER
Returns a time.Duration value using the given time unit and number.
time.Format
time.Format LAYOUT INPUT
Returns the given date/time as a formatted and localized string.
time.Now
time.Now
Returns the current local time.
time.ParseDuration
time.ParseDuration DURATION
Returns a time.Duration value by parsing the given duration string.