diff --git a/interfaces/kits/js/declaration/api/@ohos.systemtime.d.ts b/interfaces/kits/js/declaration/api/@ohos.systemTime.d.ts old mode 100755 new mode 100644 similarity index 100% rename from interfaces/kits/js/declaration/api/@ohos.systemtime.d.ts rename to interfaces/kits/js/declaration/api/@ohos.systemTime.d.ts diff --git a/services/src/time_service.cpp b/services/src/time_service.cpp index 7b71f1f..47dfe76 100755 --- a/services/src/time_service.cpp +++ b/services/src/time_service.cpp @@ -120,7 +120,7 @@ void TimeService::InitServiceHandler() bool TimeService::SetTime(const int64_t time) { - TIME_HILOGI("Setting time of day to milliseconds: %{public}lld", time); + TIME_HILOGI("Setting time of day to milliseconds"); if (time <= 0 || time / 1000LL >= INT_MAX) { TIME_HILOGE("SetTime input param error"); return false;