pub fn timestamp_secs() -> Timestamp
Get current timestamp in seconds
let ts = rmqtt_utils::timestamp_secs(); assert!(ts > 0);