Commit ab937078 authored by Jérome Perrin's avatar Jérome Perrin

strftime uses %U for week number

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a6a7a20
......@@ -96,7 +96,7 @@ if aggregation_level == "year":\n
elif aggregation_level == "month":\n
date_format = "%Y-%m"\n
elif aggregation_level == "week":\n
date_format = "%Y-%u"\n
date_format = "%Y-%U"\n
elif aggregation_level == "day":\n
date_format = "%Y-%m-%d"\n
\n
......
540
\ No newline at end of file
541
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment