diff --git a/BUILD.gn b/BUILD.gn index d6e2f3f..06ad71c 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -24,7 +24,6 @@ group("time_native_packages") { "interfaces/kits/js/napi/system_timer:systemtimer", "profile:miscservices_time_sa_profiles", "services:time_service", - "services:timezone_json", ] } } diff --git a/README.md b/README.md index 5683514..3e05ae1 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The timing and time module provides APIs for managing the system time. ├── etc # Process configuration files ├── figures # Architecture diagram ├── interfaces # APIs for external systems and applications -├ └── innerkits # APIs between services +│ └── innerkits # APIs between services │ └── kits # APIs ├── profile # System service configuration files └── services # Service implementation @@ -35,20 +35,146 @@ The timing and time module provides APIs for managing the system time. **Table 1** Major functions of systemTime -