MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / now_secs

Function now_secs

atomic-cli/src/commands/agent/lifecycle.rs:966–968  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

964}
965
966fn now_secs() -> i64 {
967 chrono::Utc::now().timestamp()
968}
969
970#[cfg(test)]
971mod tests {

Calls 1

timestampMethod · 0.45