package
0.0.0-20210414020239-6daa909df9a7
Repository: https://github.com/kingaj12/go.git
Documentation: pkg.go.dev

# Functions

MillisFromInt64 generates a Millis struct from given millis int64.
MillisFromSeconds generates a Millis struct from given seconds int64.
MillisFromString generates a Millis struct from a string representing an int64.
Now returns current time in millis.

# Type aliases

Millis represents time as milliseconds since epoch without any timezone adjustments.