mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
4 lines
126 B
Python
4 lines
126 B
Python
|
|
now = wx.DateTime.Now()
|
|
print "Current time in Paris:\t%s\n"%(now.Format("%c", wx.DateTime.CET))
|