MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / utcnow

Function utcnow

deepreview/types.py:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def utcnow() -> datetime:
12 return datetime.now(timezone.utc)
13
14
15class JobStatus(str, Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected