#28829: Timezone is recognized only when provided in CamelCase
------------------------------------------------+------------------------
               Reporter:  shanushaan            |          Owner:  nobody
                   Type:  Uncategorized         |         Status:  new
              Component:  Core (System checks)  |        Version:  1.11
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Initially the settings.py had the
     time_zone  = "ASIA/KOLKATA"

 which was not recognized by django and gave the exception
     pytz.exceptions.UnknownTimeZoneError: 'asia/kolkata'

 when changed the code to
     time_zone  = "Asia/Kolkata"
 it started the server fine.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28829>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.6314fdb13be0c0c0f0ee2703854dbc63%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to