Django: Set datetime in views to utc+1
Marking the comment as an answer
In your settings file, USE_TZ=True
and TIME_ZONE='CET'
should do the trick
The documentation is here
Here are a list of valid timezones
Marking the comment as an answer
In your settings file, USE_TZ=True
and TIME_ZONE='CET'
should do the trick
The documentation is here
Here are a list of valid timezones