Show More
@@ -36,9 +36,9 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 = |
|
39 | date_format = "%B %d, %Y" | |
40 | else: |
|
40 | else: | |
41 |
date_format = |
|
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