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