Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnailDev/github-hot-hub
/ current_time
Function
current_time
util.py:10–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
10
def
current_time():
11
return
datetime.now().astimezone().strftime(
'%Y-%m-%d %H:%M:%S %z'
)
12
13
14
def
current_date():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected