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

Fix ambiguous date/time #2092

Open
2 tasks
matevz opened this issue Nov 7, 2024 · 0 comments
Open
2 tasks

Fix ambiguous date/time #2092

matevz opened this issue Nov 7, 2024 · 0 comments
Labels
i18n Translation-related issues and PRs ui User interface related issues

Comments

@matevz
Copy link
Member

matevz commented Nov 7, 2024

In the activity pane:
image

The Time field shows the timestamp in a month/day/year, hours:minutes:seconds PM/AM format. This date is ambiguous.

I suggest two improvements:

  • Format the timestamp by using a word for the (short?) month name and append the timezone as we do in the explorer:
    image
  • (followup PR?) Fetch the system localization settings and localize the month name, switch the month/day order and apply the local timezone.
@matevz matevz added i18n Translation-related issues and PRs ui User interface related issues labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n Translation-related issues and PRs ui User interface related issues
Projects
None yet
Development

No branches or pull requests

1 participant