#12602: Timezone issue with Asia/Calcutta
------------------------------------+---------------------------------------
Reporter: rohitj | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.1
Resolution: invalid | Keywords: timezone, kolkata, calcutta
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by russellm):
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
This actually isn't anything to do with Django itself. Django doesn't
include a list of timezone names or process the naming of timezones - it
only uses the TIME_ZONE setting to force the system environment to a
particular time zone. The support for Asia/Kolkata (or any other timezone)
is entirely dependent upon the support provided by your operating system.
OS/X, for example, supports Asia/Kolkata. Other operating systems (or
operating systems that haven't been updated since Calcutta changed it's
name) may not support the new name.
--
Ticket URL: <
http://code.djangoproject.com/ticket/12602#comment:1>