tree: c3050b06b5ce446bbee82dc5d43ffa5f645d4797 [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_services

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