MCPcopy 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_statFunction · 0.80
get_backup_branch_nameFunction · 0.80
current_timestampFunction · 0.80
get_timestamp_for_pathFunction · 0.80
isoformatMethod · 0.80
test_basic_name_formatFunction · 0.80
test_single_collisionFunction · 0.80
test_multi_collisionFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_basic_name_formatFunction · 0.64
test_single_collisionFunction · 0.64
test_multi_collisionFunction · 0.64