Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 243dad5

Browse files
committed
Set a valid timezone
"CET" is not a valid timezone all year around. "Europe/Stockholm" is.
1 parent 405f694 commit 243dad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/fingerweb/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
LANGUAGE_CODE = "en-gb"
133133

134-
TIME_ZONE = "CET"
134+
TIME_ZONE = "Europe/Stockholm"
135135

136136
USE_I18N = True
137137

0 commit comments

Comments
 (0)