Expand description
Conversions between the XRP Ledger’s ‘Ripple Epoch’ time and native time data types.
Constants§
- MAX_
XRPL_ TIME - The maximum time that can be expressed on the XRPL
- RIPPLE_
EPOCH - The “Ripple Epoch” of 2000-01-01T00:00:00 UTC
Functions§
- posix_
to_ ripple_ time - Convert from a POSIX-like timestamp to an XRP Ledger ‘Ripple Epoch’ time.
- ripple_
time_ to_ posix - Convert from XRP Ledger ‘Ripple Epoch’ time to a POSIX-like integer timestamp.