MCPcopy Create free account
hub / github.com/codingforentrepreneurs/full-stack-python / get_utc_now

Function get_utc_now

full_stack_python/utils/timing.py:3–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1from datetime import datetime, timezone
2
3def get_utc_now() -> datetime:
4 return datetime.now(timezone.utc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected