heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Adjust Django default time format #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current default time format is using a 12 hour clock and does not denote 
the timezone.  Adjust the default time format in settings.py to use a 24 hour 
clock with hours zero padded and specify the timezone.  

Alternatively, use ISO 8601 standard timestamp format and add the timezone.

See 
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std:templatefilter
-date

Original issue reported on code.google.com by davehil...@gmail.com on 13 Jun 2014 at 1:51

GoogleCodeExporter commented 9 years ago
obe

Original comment by davehil...@gmail.com on 24 Feb 2015 at 6:07