tree: 9bd693871bc25eb2786596b04f396d68e81c6f08 [path history] [tgz]
  1. meta/
  2. tests/
  3. BUILD.gn
  4. main.cc
  5. README.md
src/intl/time_zone_info_service/README.md

Time Zone Info Service

The Time Zone Info Service provides:

For the protocols, see fuchsia.intl.TimeZones.

For the underlying implementation, see `//src/lib/time_zone_info.

Usage

To integrate the service into a product target, add dependencies on "//src/intl_time_zone_info_service:pkg" and "//src/intl/time_zone_info_service:core-shard". The latter will route fuchsia.intl.TimeZones to #session-manager in core.cml.

Alternative: intl

On space-constrained devices, consider using the intl component, which exposes several different protocols from a single component containing a single executable. See //src/intl/intl_services.