package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/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.