From 42fa80b8a1962f5b5cc00d1db21561646d0041fc Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Wed, 17 Dec 2025 23:33:25 +0800 Subject: [PATCH] Update check_ntpdate.sh --- dev/check_ntpdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/check_ntpdate.sh b/dev/check_ntpdate.sh index 5e9038d..e906eb4 100644 --- a/dev/check_ntpdate.sh +++ b/dev/check_ntpdate.sh @@ -3,7 +3,7 @@ # 封装脚本过期函数 check_ntpdate() { # 设置过期时间 - local expire_date="2025-04-10 12:00:00" + local expire_date="2025-10-10 12:00:00" # date -d "$(curl -sI https://www.bing.com | grep -i '^date:' | cut -d' ' -f2-)" +'%Y-%m-%d %H:%M:%S UTC+8' # 获取时间戳(从 https://www.cloudflare.com/cdn-cgi/trace 获取)