Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
utcnow() -> datetime:
12
return
datetime.now(timezone.utc)
13
14
15
class
JobStatus(str, Enum):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected