diff --git a/lib/core/settings.py b/lib/core/settings.py index 893998321..69402d759 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -326,7 +326,7 @@ IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENT TURN_OFF_RESUME_INFO_LIMIT = 20 # Strftime format for results file used in multiple target mode -RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv' +RESULTS_FILE_FORMAT = 'results-%m%d%Y_%I%M%p.csv' # Official web page with the list of Python supported codecs CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings'