MCPcopy
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_statsFunction · 0.80
renew_statFunction · 0.80
get_unix_timestampFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected