mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-27 02:42:42 +00:00
* Add new time handling * migrate date for python3.9 * add timedate * add tests & simplify it * better testing * use ssl * use hostname with new interface * expose to API * update data * add base handler * new timezone handling * improve handling * Improve handling * Add tests * Time adjustment function * Fix logging * tweak condition * don't adjust synchronized time * Guard * ignore UTC * small cleanup * like that, we can leaf it * add URL * add comment * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"Timezone": "Etc/UTC",
|
|
"LocalRTC": false,
|
|
"CanNTP": true,
|
|
"NTP": true,
|
|
"NTPSynchronized": true,
|
|
"TimeUSec": 1621413414405718,
|
|
"RTCTimeUSec": 1621413415000000
|
|
}
|