commit | 17e7b0d5f997c71d28eac6b0007be94d0085c4f2 | [log] [tgz] |
---|---|---|
author | Luciano Pacheco <lucmult@chromium.org> | Fri Oct 14 02:37:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 14 02:37:35 2022 |
tree | 75d8a082f2646bec14429c5f5d83c01a6ab4fbd3 | |
parent | d7769a9121fc3000fb5db50fb8b7e87eb7f0a0f0 [diff] |
Files app: Change format of time after midnight When the system preference is to use 24-hour clock, for some locales V8 defaults to 24:35, whereas the common expectation is 00:35. This CL forces to use 00:35 when using 24-hour clock. Demo: http://shortn/_oABfDiBatD Bug: 1234312 Change-Id: Id42fcb29e46ef9ba7f4d74ad8644496d9d382b8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3951497 Reviewed-by: Jeremie Boulic <jboulic@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/main@{#1059079}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.