MCPcopy
hub / github.com/FujiwaraChoki/MoneyPrinter / utcnow

Function utcnow

Backend/repository.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
15def create_job(session: Session, payload: dict, max_attempts: int = 1) -> GenerationJob:

Callers 5

request_cancelFunction · 0.85
claim_next_queued_jobFunction · 0.85
mark_completedFunction · 0.85
mark_cancelledFunction · 0.85
mark_failedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected