Skip to content

Commit

Permalink
SS-698 set default timezone to Stockholm time (#63)
Browse files Browse the repository at this point in the history
Source: https://scilifelab.atlassian.net/browse/SS-698

1. Set default time zone to Stockholm time.
2. Mention it as tooltip info besides app info in /projects page.
  • Loading branch information
anondo1969 authored Dec 10, 2024
1 parent 8501408 commit f3fc932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ data:
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Stockholm'
USE_I18N = True
# Media Files for Studio apps
Expand Down

0 comments on commit f3fc932

Please sign in to comment.