-
Notifications
You must be signed in to change notification settings - Fork 125
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
Browser timezone #1723
Comments
Hi Nicolai! All event timestamps transmitted to RES Browser are iso8601-formatted in UTC. The browser shows it as such, although formatted differently. The lack of clear indication what timezone is shown there already caused me a trouble a few times. I think defaulting to show timestamps in local timezone makes a lot of sense. There's a web browser API to retrieve client timezone — |
Released v2.14.0 which includes Browser TZ improvements. |
@mostlyobvious |
Hi, I have an event with this timestamp
timestamp: "2024-01-10T15:00:08.168252+01:00"
But in the browser it shows as "10.01.2024, 14:00:08.168"
Is there any way to set the timezone in the browser app or have it show the time in the timezone and not UTC
The text was updated successfully, but these errors were encountered: