SyntaxFix
Write A Post
Hire A Developer
Questions
I found this question looking to change the timezone in my Django project's settings.py file to the United Kingdom.
settings.py
Using the tz database in jfs' solution I found the answer:
TIME_ZONE = 'Europe/London'