From a58aaf2e1afdb0fcc9b22d4002760c717371a54c Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 22 May 2011 07:02:36 +0000 Subject: [PATCH] better format for results file (easier for sorting when lots of files) --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'