fix: 时区改为 America/New_York(出口 IP 在纽约)

This commit is contained in:
win 2026-03-25 11:52:14 +08:00
parent 6958b0dedb
commit eeca6c90a4

View File

@ -20,7 +20,7 @@ set -euo pipefail
NODE_PROXY_USER="${MG_NODE_PROXY_USER:-nodeproxy}"
CHAIN_NAME="MG_FINGERPRINT"
TARGET_TZ="America/Los_Angeles"
TARGET_TZ="America/New_York"
log() { echo "[$(date '+%H:%M:%S')] $*"; }