pub fn microseconds() -> i64
Returns the current time in microseconds since the Unix epoch
use ccxt_core::time::microseconds; let now = microseconds(); assert!(now > 0);