From 557ebdbb11ebb7e903349ae8fe8550e5f6c8c957 Mon Sep 17 00:00:00 2001 From: cutelua <33216131+cutelua@users.noreply.github.com> Date: Fri, 15 Mar 2019 16:55:20 +0800 Subject: [PATCH] date --utc --- v2ray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2ray.sh b/v2ray.sh index 7d13695..492a6f2 100755 --- a/v2ray.sh +++ b/v2ray.sh @@ -3012,7 +3012,7 @@ reload) time) _load sys-info.sh _sys_timezone - date -s "$(curl -sI g.cn | grep Date | cut -d' ' -f3-6)Z" + date --utc -s "$(curl -sI g.cn | grep Date | cut -d' ' -f3-6)Z" _sys_time ;; log)