MCPcopy 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
112def get_date_string():
113 dtime_here = datetime.utcnow() + timedelta(hours=-5)
114 return dtime_here.strftime('%a %d %b %Y')
115
116
117def main(location):

Callers 2

make_windowFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected