-
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
Clock on new tab page in wrong format (should be same format as system) #7951
Comments
Can't believe this is not resolved yet! WTAF guys? |
Because they don't care! It they cared we would have an option already to switch between am/pm and proper 24hour clock. |
As a follow up to #9038 (which has a PR open: brave/brave-core#6667), the solution for this would be to get the time in the browser process (in a message handler) and fetch from the JavaScript side. That would ensure it uses the same time as the sytem (ex: use base/time/time.h) Currently, |
Description
Clock on new tab page does not respect OS time format
Steps to Reproduce
Actual result:
Clock is not respecting system time format
Expected result:
Clock should be in the same format as system time
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
OS says Linux but I am running Ubuntu 18.04 LTS
Version/Channel Information:
Only tried on current channel.
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: