You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understood the docs correctly, this uses the chosen time zone for display purposes (as opposed to how times are stored in the DB) as long as USE_TZ is set True, which it is.
I changed this to CET for Frischmuth since the project "operates" in CET, i.e. is worked on more or less exclusively in this time zone. Assuming the same is true for most projects at ACDH-CH, wouldn't CET be the more sensible default?
The text was updated successfully, but these errors were encountered:
(Moved from #120.)
I was wondering why we set
TIME_ZONE
to the default time zone instead ofCET
:apis-acdhch-default-settings/apis_acdhch_default_settings/settings.py
Line 171 in fb3947c
If I understood the docs correctly, this uses the chosen time zone for display purposes (as opposed to how times are stored in the DB) as long as
USE_TZ
is setTrue
, which it is.I changed this to
CET
for Frischmuth since the project "operates" in CET, i.e. is worked on more or less exclusively in this time zone. Assuming the same is true for most projects at ACDH-CH, wouldn'tCET
be the more sensible default?The text was updated successfully, but these errors were encountered: