Versions in this module Expand all Collapse all v0 v0.0.3 Feb 7, 2025 Changes in this version + var Now = time.Now + type Interface interface + AddTime func(origin time.Time, adder time.Duration) time.Time + ConvertFromString func(timeFormat, timeString string) (time.Time, error) + ConvertToString func(timeFormat string, timeParam time.Time) string + GetCurrentTime func() time.Time + GetFirstDayOfTheMonth func(year int, month time.Month) time.Time + GetLastDayOfTheMonth func(year int, month time.Month) time.Time + GetTimeInLocation func(locationParam Location, timeParam time.Time) (time.Time, error) + SubstractTime func(origin, deductor time.Time) time.Duration + func Init() Interface + type Location string + const AsiaJakarta + const AsiaJayapura + const AsiaSingapore