diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-25 19:07:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-25 19:07:53 -0400 |
| commit | 756b3e7a7e6b14ce1cf0f7f11cf3157ca3075f5a (patch) | |
| tree | e1dd67ae1fbcdb7951a17dcd5ad1a1e5c8de6080 | |
| parent | 695a8fb45ab98e3a038f55ed7453084acc14610c (diff) | |
expand network time information
| -rw-r--r-- | static/faq.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html index d7f56835..c30d3c82 100644 --- a/static/faq.html +++ b/static/faq.html @@ -450,10 +450,14 @@ <p>An HTTPS connection is made to https://time.grapheneos.org/ to update the time from the date header field. This is a full replacement of Android's standard network time update implementation, which uses the cellular network - when available with a fallback to SNTP when it's not available. This can be - disabled with the toggle at Settings ➔ System ➔ Date & time ➔ Use - network-provided time. The time zone is still obtained directly via the time - zone provided by the mobile network when available.</p> + when available with a fallback to SNTP when it's not available.</p> + + <p>Network time can be disabled with the toggle at Settings ➔ System ➔ Date + & time ➔ Use network-provided time. Unlike AOSP or the stock OS, + GrapheneOS stops making network time connections when using network time is + disabled rather than just not setting the clock based on it. The time zone is + still obtained directly via the time zone provided by the mobile network when + available.</p> </li> <li> <p>On devices with a Qualcomm baseband (which provides GPS), when location |
