Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/assets/js/model/setting.js2
-rw-r--r--web/service/setting.go2
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": "",