Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ utcnow
Function
utcnow
server/projects/main/apps/base/basemodel.py:78–82 ·
view source on GitHub ↗
获得utc时间或日期
(date=False)
Source
from the content-addressed store, hash-verified
76
77
78
def
utcnow(date=False):
79
""
"获得utc时间或日期"
""
80
if
not date:
81
return
timezone.now()
82
return
timezone.now().date()
83
84
85
def
localnow(date=False):
Callers
4
delete
Method · 0.70
update
Method · 0.70
save
Method · 0.70
clone
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected