Skip to content

Commit

Permalink
Update docker-app/qfieldcloud/settings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
gounux and suricactus authored Jan 16, 2025
1 parent 34217d9 commit 4d138d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

TIME_ZONE = os.environ.get("QFIELDCLOUD_DEFAULT_TIME_ZONE") or "Europe/Zurich"

USE_I18N = os.environ.get("QFIELDCLOUD_USE_I18N") or True
USE_I18N = bool(os.environ.get("QFIELDCLOUD_USE_I18N")) or True

USE_TZ = True

Expand Down

0 comments on commit 4d138d5

Please sign in to comment.