From 2af75b485db15a8494b040aa04337c052b896cca Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 8 May 2009 13:39:37 +0000 Subject: Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10716 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/dateformat/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/regressiontests/dateformat') diff --git a/tests/regressiontests/dateformat/tests.py b/tests/regressiontests/dateformat/tests.py index 481e36a7dd..d649d4789c 100644 --- a/tests/regressiontests/dateformat/tests.py +++ b/tests/regressiontests/dateformat/tests.py @@ -37,7 +37,7 @@ u'th' u'31' >>> no_tz or format(my_birthday, 'T') == 'CET' True ->>> no_tz or format(my_birthday, 'U') == '300531600' +>>> no_tz or format(my_birthday, 'U') == '300315600' True >>> format(my_birthday, 'w') u'0' -- cgit v1.3