Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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)

comment:1 by Mariusz Felisiak, 2 years ago

Resolution: wontfix
Status: assignedclosed

Thanks for the ticket, however this would be backward incompatible. Also, please follow the guidelines with regards to requesting features in the future:

"Describe clearly and concisely what the missing feature is and how you’d like to see it implemented."

comment:2 by Mariusz Felisiak, 2 years ago

Summary: update the TIME_ZONE variable set on `django-admin startproject` command to be the system timezoneUpdate the TIME_ZONE on startproject command to be the system timezone.

in reply to:  1 comment:3 by Himanshu Balasamanta, 2 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.
Back to Top