Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ strftime
Method
strftime
comfyui_manager/common/timestamp_utils.py:122–123 ·
view source on GitHub ↗
(self, fmt)
Source
from the content-addressed store, hash-verified
120
return
time_module.time()
121
122
def
strftime(self, fmt):
123
return
time_module.strftime(fmt, t)
124
125
def
isoformat(self):
126
return
time_module.strftime(
'%Y-%m-%dT%H:%M:%S'
, t)
Callers
10
renew_stat
Function · 0.80
get_backup_branch_name
Function · 0.80
current_timestamp
Function · 0.80
get_timestamp_for_filename
Function · 0.80
get_timestamp_for_path
Function · 0.80
isoformat
Method · 0.80
test_basic_name_format
Function · 0.80
test_single_collision
Function · 0.80
test_multi_collision
Function · 0.80
test_uuid_fallback_on_full_collision
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_basic_name_format
Function · 0.64
test_single_collision
Function · 0.64
test_multi_collision
Function · 0.64
test_uuid_fallback_on_full_collision
Function · 0.64