##// END OF EJS Templates
Woops, removed old function call
Jonathan Frederic -
Show More
@@ -36,9 +36,9 b' from IPython.utils import py3compat'
36
36
37 # datetime.strftime date format for ipython
37 # datetime.strftime date format for ipython
38 if sys.platform == 'win32':
38 if sys.platform == 'win32':
39 date_format = date.strftime("%B %d, %Y")
39 date_format = "%B %d, %Y"
40 else:
40 else:
41 date_format = date.strftime("%B %-d, %Y")
41 date_format = "%B %-d, %Y"
42
42
43
43
44 #-----------------------------------------------------------------------------
44 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now