pub fn format_timestamp_now() -> String
Format current timestamp to string
let now = rmqtt_utils::format_timestamp_now(); assert!(!now.is_empty());