mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #207 -- thanks, Mathieu.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -293,7 +293,7 @@ class TimeFormat: | ||||
|             return 'noon' | ||||
|         return '%s %s' % (self.f(), self.a()) | ||||
|  | ||||
|     def s(self, s): | ||||
|     def s(self): | ||||
|         "Seconds; i.e. '00' to '59'" | ||||
|         return '%02d' % self.time.second | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user