Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coleifer/huey
/ utcnow
Function
utcnow
huey/utils.py:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
utcnow = datetime.datetime.utcnow
30
else
:
31
def
utcnow():
32
return
(datetime.datetime
33
.now(datetime.timezone.utc)
34
.replace(tzinfo=None))
35
36
37
Error = namedtuple(
'Error'
, (
'metadata'
,))
Callers
2
_get_timestamp
Method · 0.90
test_zero_delay
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_zero_delay
Method · 0.72