tree: 2a4bfe8df1b1ce49b806b155554686497b492414 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/sys/time/httpsdate_time_source/README.md

HTTPSDate Timesource

HTTPSDate Timesource implements the fuchsia.time.external.PushSource protocol. It retrieves time samples by calling an HTTPS URL specified in the component configuration and pulling the time off the Date header in the response. The timesource relies on the underlying TLS connection for server authentication.