From 03adfdda3ac76dd2b3d9d62c030c0446a6370f11 Mon Sep 17 00:00:00 2001 From: hhqx Date: Fri, 20 Dec 2024 16:01:45 +0800 Subject: [PATCH] this is just a test --- profiler/precheck/common/constant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/precheck/common/constant.py b/profiler/precheck/common/constant.py index 181e6ce80..c20d838a9 100644 --- a/profiler/precheck/common/constant.py +++ b/profiler/precheck/common/constant.py @@ -37,3 +37,4 @@ class TimeConstant: CHINA_OFFSET = timedelta(hours=8) CHINA_TIMEZONE = timezone(CHINA_OFFSET, name='Asia/Shanghai') MS_TO_S = 1 / 1000 # Milliseconds to seconds conversion factor + -- Gitee