Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time zone support #271

Open
gunchleoc opened this issue Sep 4, 2019 · 0 comments
Open

Add time zone support #271

gunchleoc opened this issue Sep 4, 2019 · 0 comments
Labels
database Needs database changes django forum

Comments

@gunchleoc
Copy link
Collaborator

gunchleoc commented Sep 4, 2019

Currently we use Django setting USE_TZ = False because of historical reasons. Changing this setting to True means any Datetime field in the Database becomes additional values to store the TimeZone and possible DST. But changing the setting has several consequences: Adjustments to the code, mysql and the database are needed.

Here are some links which could help migrating to activate Time zone support:


Imported from Launchpad using lp2gh.

@gunchleoc gunchleoc added New and removed New labels Sep 4, 2019
@frankystone frankystone added forum django database Needs database changes labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Needs database changes django forum
Projects
None yet
Development

No branches or pull requests

2 participants