Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ timestamp
Method
timestamp
comfyui_manager/common/timestamp_utils.py:119–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
118
class
FakeDatetime:
119
def
timestamp(self):
120
return
time_module.time()
121
122
def
strftime(self, fmt):
123
return
time_module.strftime(fmt, t)
Callers
3
process_git_stats
Function · 0.80
renew_stat
Function · 0.80
get_unix_timestamp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected