-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SS-698 set default time zone to stockholm time #263
SS-698 set default time zone to stockholm time #263
Conversation
Need to update the studio-settings-configmap.yaml file in serve-charts beacuse of the change in settings.py file. |
|
<td class="d-none d-xxl-table-cell">{{ instance.created_on | date:"d/n/y H:i" }} | ||
<span | ||
class="bi bi-clock" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-original-title="{{ objs.timezone }}"> | ||
</span> | ||
</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Nikita. This looks nice, clear, and compact. Shall I implement this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, if you like it and have time:)
Otherwise, the current one it also good.
Description
Source: https://scilifelab.atlassian.net/browse/SS-698
Checklist
If you're unsure about any of the items below, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.
Further comments
Anything else you think we should know before merging your code!