Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ get_date_string
Function
get_date_string
DemoPrograms/Demo_Desktop_Widget_Date.py:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
return
window
111
112
def
get_date_string():
113
dtime_here = datetime.utcnow() + timedelta(hours=-5)
114
return
dtime_here.strftime(
'%a %d %b %Y'
)
115
116
117
def
main(location):
Callers
2
make_window
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected