= [
{ = "chrono::Utc::now", = "use wacore::time::now_utc() to respect the pluggable TimeProvider (WASM + deterministic tests)" },
{ = "chrono::Local::now", = "use wacore::time::now_utc() (Local depends on SystemTime which panics on WASM)" },
{ = "std::time::SystemTime::now", = "use wacore::time::now_millis() / now_utc()" },
{ = "std::time::Instant::now", = "use wacore::time::Instant::now()" },
]