MCPcopy Create free account
hub / github.com/SnailDev/github-hot-hub / current_date

Function current_date

util.py:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def current_date():
15 return datetime.now().astimezone().strftime('%Y-%m-%d')
16
17
18def ensure_dir(file: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected