[Python-checkins] r71864 - tracker/instances/python-dev/scripts/roundup-summary
martin.v.loewis
python-checkins at python.org
Sat Apr 25 10:44:39 CEST 2009
Author: martin.v.loewis
Date: Sat Apr 25 10:44:39 2009
New Revision: 71864
Log:
Issue274: Change Activity Summary dates to year-month-day format.
Modified:
tracker/instances/python-dev/scripts/roundup-summary
Modified: tracker/instances/python-dev/scripts/roundup-summary
==============================================================================
--- tracker/instances/python-dev/scripts/roundup-summary (original)
+++ tracker/instances/python-dev/scripts/roundup-summary Sat Apr 25 10:44:39 2009
@@ -33,7 +33,7 @@
discussionThreshold = 3
# Date format per time.strftime
-dateFormat="%x" #locale-appropriate
+dateFormat="%F" # ISO 8601: yyyy-mm-dd
##### END CONFIGURATION; ALSO SEE CUSTOMIZATION BELOW
More information about the Python-checkins
mailing list