utcnow 0.2.2

Get the current unixtime in a no-std context
Documentation
1
2
3
4
5
6
7
fn main() {
    autocfg::rerun_path("build.rs");

    let ac = autocfg::new();
    ac.emit_has_trait("core::panic::RefUnwindSafe");
    ac.emit_has_trait("core::panic::UnwindSafe");
}