MCPcopy Create free account
hub / github.com/InternScience/InternAgent / time_str

Function time_str

tasks/AutoPower/code/src/utils.py:210–213  ·  view source on GitHub ↗
(fmt=None)

Source from the content-addressed store, hash-verified

208
209
210def time_str(fmt=None):
211 if fmt is None:
212 fmt = '%Y-%m-%d_%H:%M:%S'
213 return datetime.today().strftime(fmt)
214
215
216def setup_default_logging(save_path, flag_multigpus=False, l_level='INFO'):

Callers 2

setup_default_loggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected