Changes between Initial Version and Version 1 of Ticket #23852


Ignore:
Timestamp:
Nov 17, 2014, 2:39:58 AM (9 years ago)
Author:
wlnirvana
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23852 – Description

    initial v1  
    3131
    3232This time it correctly shows the local time.
     33
     34'''EDIT:'''
     35Here 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}}}
Back to Top