Versions in this module Expand all Collapse all v0 v0.1.2 Apr 28, 2021 v0.1.1 Apr 28, 2021 Changes in this version + func BytesToString(bytes ...byte) string + func ISO8601CompactInLocation(t time.Time, location *time.Location) string + func ISO8601CompactMsecInLocation(t time.Time, location *time.Location) string + func ISO8601CompactMsecUTC(t time.Time) string + func ISO8601CompactUTC(t time.Time) string + func ISO8601InLocation(t time.Time, location *time.Location) string + func ISO8601MsecInLocation(t time.Time, location *time.Location) string + func ISO8601MsecUTC(t time.Time) string + func ISO8601UTC(t time.Time) string + func LocationFromOffset(offsetSec int) *time.Location + func LocationOffsetString(d time.Duration) (string, error) + func LocationOffsetStringDelimited(d time.Duration) (string, error) + func OffsetForLocation(year int, month time.Month, day int, locationName string) (d time.Duration, err error) + func OffsetForTime(t time.Time) (d time.Duration) + func OffsetHM(d time.Duration) (offsetH, offsetM int) + func ParseISOInLocation(timeStr string, location *time.Location) (time.Time, error) + func ParseISOInUTC(timeStr string) (time.Time, error) + func ParseISOTimestamp(timeStr string, location *time.Location) (time.Time, error) + func ParseInLocation(timeStr string, location *time.Location) (time.Time, error) + func ParseInUTC(timeStr string) (time.Time, error) + func ParseUnixTS(timeStr string) (time.Time, error) + func RFC7232(t time.Time) string + func RangeOverTimes(start, end time.Time) func() (time.Time, error) + func RunesToString(runes ...rune) string + func StartTimeIsBeforeEndTime(t1 time.Time, t2 time.Time) bool + func StringToInt(input string) (int, error) + func TimeDateOnly(t time.Time) time.Time + func TwoDigitOffset(in int, addPrefix bool) (string, error) + func ZoneFromHM(offsetH, offsetM int) *time.Location