Issue metadata
Sign in to add a comment
|
"Check your system time" available when time is set correctly |
||||||||||||||||||||
Issue descriptionChrome Version: 67.0.3396.26 OS: Chrome 1. Have a working network connection, so date and time are synced properly 2. Visit Date and Time settings at chrome://settings/dateTime or by clicking the date in the system tray Expected: "Set date and time" row should not be visible Actual: "Set date and time" row is visible and the "Check your system time" dialog can be launched This dialog shouldn't be accessible when time is set from the network. It's impossible for the user to override network-synced time, so if they make changes to the time in the dialog and click "Done", the new time doesn't persist. When originally implemented, the "Set date and time" row wasn't available unless we hadn't synced the time since the last boot.
,
May 7 2018
puthik: Could your change be responsible? https://chromium.googlesource.com/chromiumos/third_party/tlsdate/+/27c3d790346933897a8178227eeca031ce6583f9
,
May 17 2018
I can't reproduce this behavior. Do you still see this?
,
May 17 2018
Yes. What if you set the time manually, then sync? 1. Disable WiFi or other networks 2. Reboot device 3. Set time in chrome://settings 4. Re-enable WiFi 5. Reboot device The "Set date and time" row in chrome://settings should be gone after the second reboot, so check if it's still there.
,
May 21 2018
I can repro with #4 instruction. 1. Disable WiFi or other networks 2. Reboot device 3. Set time in chrome://settings 4. Re-enable WiFi 5. Reboot device Here is what I found 6. "Set date and time" is there 7. open chrome://reboot 8. "Set date and time" is gone I don't think the problem is from #2 CL. It looks like Chrome settings page UI caches the result of can_set_date() at boot. And it will think we can set date because it call that before tlsdate can do network time sync. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by michae...@chromium.org
, May 7 2018Owner: ----
Status: Available (was: Started)