Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
datetime
import
datetime, timezone
2
3
def
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