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

Function now_secs

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

Source from the content-addressed store, hash-verified

588}
589
590fn now_secs() -> i64 {
591 chrono::Utc::now().timestamp()
592}
593
594#[cfg(test)]
595mod tests {

Calls 1

timestampMethod · 0.45