MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / utcnow

Function utcnow

server/projects/analysis/apps/base/basemodel.py:32–35  ·  view source on GitHub ↗

获取当前时间

()

Source from the content-addressed store, hash-verified

30
31
32def utcnow():
33 """获取当前时间
34 """
35 return timezone.now()
36
37
38class SoftDeleteCollector(Collector):

Callers 4

deleteMethod · 0.70
updateMethod · 0.70
saveMethod · 0.70
cloneMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected