Changes between Initial Version and Version 1 of Ticket #23852
- Timestamp:
- Nov 17, 2014, 2:39:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23852 – Description
initial v1 31 31 32 32 This time it correctly shows the local time. 33 34 '''EDIT:''' 35 Here is an excerpt of {{{settings.py}}} generated by {{{django-admin.py startproject foobar}}} command. 36 {{{ 37 TIME_ZONE = 'UTC' 38 39 USE_I18N = True 40 41 USE_L10N = True 42 43 USE_TZ = True 44 }}}