#33640 closed New feature (wontfix)
update the TIME_ZONE variable set on `django-admin startproject` command to be the system timezone
Reported by: | Himanshu Balasamanta | Owned by: | Himanshu Balasamanta |
---|---|---|---|
Component: | Uncategorized | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Carlton Gibson, Mariusz Felisiak | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Replace
TIME_ZONE = 'UTC'
with
TIME_ZONE = ""
Change History (3)
follow-up: 3 comment:1 by , 3 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
comment:2 by , 3 years ago
Summary: | update the TIME_ZONE variable set on `django-admin startproject` command to be the system timezone → Update the TIME_ZONE on startproject command to be the system timezone. |
---|
comment:3 by , 3 years ago
Summary: | Update the TIME_ZONE on startproject command to be the system timezone. → update the TIME_ZONE variable set on `django-admin startproject` command to be the system timezone |
---|
Replying to Mariusz Felisiak:
Thanks for the ticket, however this would be backward incompatible. Also, please follow the guidelines with regards to requesting features in the future:
I see.... Will take care in the future... Thanks for the reply :)
"Describe clearly and concisely what the missing feature is and how you’d like to see it implemented."
Note:
See TracTickets
for help on using tickets.
Thanks for the ticket, however this would be backward incompatible. Also, please follow the guidelines with regards to requesting features in the future: