# README
timeutil
The package contains various helpers to interact with time
# Functions
MsToTime converts uint64/int64 milliseconds to go time.Time.
ParseDuration is similar to time.ParseDuration but also supports days unit if the unit is omitted, it defaults to seconds.
No description provided by the author
RFC3339ToTime converts RFC3339 (standard extended go) to time.
No description provided by the author