Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/DateTime.Now.1.py
2012-04-10 03:16:37 +00:00

4 lines
126 B
Python

now = wx.DateTime.Now()
print "Current time in Paris:\t%s\n"%(now.Format("%c", wx.DateTime.CET))