From e70c436a751f81f5d842a0ab330997ec26467d71 Mon Sep 17 00:00:00 2001 From: xujunyang Date: Mon, 9 Jun 2025 15:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=97=B6=E5=8C=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=91=8A=E8=AD=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujunyang --- BasicServicesKit/time_service.h | 1 - 1 file changed, 1 deletion(-) diff --git a/BasicServicesKit/time_service.h b/BasicServicesKit/time_service.h index 29f45020d..22f0cc9c2 100644 --- a/BasicServicesKit/time_service.h +++ b/BasicServicesKit/time_service.h @@ -66,7 +66,6 @@ typedef enum TimeService_ErrCode { * Returns {@link TIMESERVICE_ERR_INTERNAL_ERROR} if obtaining the system parameters fails. * Returns {@link TIMESERVICE_ERR_INVALID_PARAMETER} if timeZone is a null pointer or the length of the * time zone ID (excluding the terminating character ('\0')) is greater than or equal to len. - * @syscap SystemCapability.MiscServices.Time * @since 12 */ TimeService_ErrCode OH_TimeService_GetTimeZone(char *timeZone, uint32_t len); -- Gitee