From 783f1a073e5671a64de4b4e6281a54858ad52d6e Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sat, 11 Jan 2025 15:13:49 +0100 Subject: [PATCH] time Location - local --- web/assets/js/model/setting.js | 2 +- web/service/setting.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 6282518c..8e010598 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -43,7 +43,7 @@ class AllSetting { this.subJsonMux = ""; this.subJsonRules = ""; - this.timeLocation = "Asia/Tehran"; + this.timeLocation = "Local"; if (data == null) { return diff --git a/web/service/setting.go b/web/service/setting.go index e3ea3ece..d238c33d 100644 --- a/web/service/setting.go +++ b/web/service/setting.go @@ -37,7 +37,7 @@ var defaultValueMap = map[string]string{ "expireDiff": "0", "trafficDiff": "0", "remarkModel": "-ieo", - "timeLocation": "Asia/Tehran", + "timeLocation": "Local", "tgBotEnable": "false", "tgBotToken": "", "tgBotProxy": "",