-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Wrong time on New Tab Page #13669
Comments
Related #7951 |
@damagicalcat has this always been a problem? (ex: are you an existing Brave user and this used to work?) Wondering if this is a long-standing issue (ex: as seen in #7951) or if this is a new bug because of Chromium 88 which was included in our 1.19 version update |
Unable to reproduce the issue in Clean/Upgraded profile in Windows 10 x64. @damagicalcat Could you provide the STR to reproduce the issue? |
What time zone are you in @damagicalcat? @GeetaSarvadnya I wonder if there's a difference if you switch between auto / 12 hour / 24 hour UPDATE: it's possible this is an upstream bug; @mkarolin found this: |
I am in pst/pdt |
Per user
|
Upstream fix coming to trunk; will likely be hotfixed into Chromium update for 88 / 89 |
changing my windows time didn't work Also, my brave's browser time is in GMT. |
This should be fixed with #13915 and brave/brave-core#7795 having been merged 😄 I'm not sure there are steps we can follow to reproduce - but the fix was upstream in Chromium (see https://bugs.chromium.org/p/chromium/issues/detail?id=1168528 for more info). I'll mark as |
Actually - found a test plan we can use; updated original post and marked as |
Test plan
(taken from https://bugs.chromium.org/p/chromium/issues/detail?id=1168528#c48 and modified)
Change windows time zone to some time zone where can exists summer timer time, for instance, (America/Santiago).
Intl.DateTimeFormat().resolvedOptions().timeZone
America/Santiago
Disable
Automatic change DST
option on Windows (America/Santiago).Intl.DateTimeFormat().resolvedOptions().timeZone
Etc/GMT-4
Etc/GMT+4
Description
Time of brave is different from current time
Steps to Reproduce
it just happens, i did nothing to reproduce it
Actual result:
as you can see, the time on brave is different from my system time
Expected result:
both times to be the same
Brave version (info found on brave://version)
The text was updated successfully, but these errors were encountered: