Macro doe::utc_timestamp

source ·
macro_rules! utc_timestamp {
    () => { ... };
}
Expand description

get current UTC-timestamp

use doe::*;
let t = utc_timestamp!();
eprintln!("{}", t);