# Functions
NewStopWatch creates a new StopWatch.
NewStopWatchStep returns a new stopWatch step.
NowAddDateMilliseconds adds year, month, day to a date and returns the milliseconds.
NowMilliseconds returns a unix timestamp (int64) in milliseconds.
ParseRFC3339Offset parses an RFC3339 and returns its offset in seconds.
ToMilliseconds converts a time to milliseconds.
# Structs
StopWatch is a multi-step timer for measuring execution time of functions, utils.
StopWatchStep is a timer container.
# Interfaces
No description provided by the author