Skip to content
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

Display the timezone offset in the dates/times #72

Closed
K4LCIFER opened this issue Oct 19, 2024 · 6 comments
Closed

Display the timezone offset in the dates/times #72

K4LCIFER opened this issue Oct 19, 2024 · 6 comments

Comments

@K4LCIFER
Copy link

Currently there is no indication of what timezone is used in the displayed dates. This leads to confusion of what time is actually being displayed. For example:
image
So, for example, following ISO-8601, if it's UTC, it should show Z, if it's another timezone, it should show the timezone offset e.g. -07:00.

@Nutomic
Copy link
Owner

Nutomic commented Oct 23, 2024

Duplicate of #71

@Nutomic Nutomic marked this as a duplicate of #71 Oct 23, 2024
@Nutomic Nutomic closed this as completed Oct 23, 2024
@K4LCIFER
Copy link
Author

Duplicate of #71

No it's not. This issue is saying that the timezone for the displayed date should be indicated (as it currently isn't). The other issue is saying that the local timezone shouldn't be used — UTC should be used instead.

@Nutomic
Copy link
Owner

Nutomic commented Oct 25, 2024

It uses the local timezone of the user so there is no need for any indication.

@K4LCIFER
Copy link
Author

there is no need for any indication.

The entire reason why I opened this issue in the first place was because I couldn't tell what timezone the edits were when I looked at it — I couldn't tell if it was local, or UTC (I had to conduct tests to find out). The fact that that is ambiguous to the reader is rationale enough to warrant the display of the timezone. One shouldn't need to reference the documentation for the service to be able to tell what format the date/time is in. It should be readily apparent in the timestamp itself.

@Nutomic
Copy link
Owner

Nutomic commented Oct 28, 2024

How about displaying the utc time with timestamp as tooltip when you move the mouse over the date? That would keep the main display simple but still make more info available.

@K4LCIFER
Copy link
Author

How about displaying the utc time with timestamp as tooltip when you move the mouse over the date?

I think that would be a good feature!


Though, I still think it would be a good idea to display the timezone offset even if the time is shown as local time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants