Hovering over date doesn't show time in correct time zone #233
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#233
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://extensions.blender.org/add-ons/bool-tool/
In here hovering over update date, or in version history on dates tells me wrong time. It says I updated 2 hours ago, but time when I hover shows 5 hours ago, which is I think because it always shows time with Amsterdam time and doesn't time my time zone into account
Unfortunately, that's the state of localization on all our django websites at the moment: everything is displayed in Amsterdam time.
The most reliable way to fix this would be to add a profile-level setting where a user could explicitly set a desired time zone.
This is something we could definitely implement in the future, but not right now.
An alternative way could be to do it in javascript, but it seems easier to have it done in a single place on backend vs making an inventory of timestamp elements in UI to make sure that they are all handled uniformly on the client-side.
Also generally we try to make our websites accessible without relying on javascript, and I am not sure if this feature should be considered an enhancement (js tolerated) or a bug fix (must work without js).
I think to avoid confusion band-aid will be to specify time-zone in those places & tooltips.