package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/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.
MillisFromTime generates a Millis struct from given go time.
Now returns current time in millis.
# Type aliases
Millis represents time as milliseconds since epoch without any timezone adjustments.