pub fn now() -> Timestamp
Expand description

Returns the current system time as a Timestamp. We do not make this a holochain_zome_types timestamp::Timestamp impl now() method, because we need Timestamp to be WASM compatible, and chrono doesn’t have a now() implementation for WASM. So, use holochain_types timestamp::now() instead.