mhsanaei пре 2 месеци
родитељ
комит
783f1a073e
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      web/assets/js/model/setting.js
  2. 1 1
      web/service/setting.go

+ 1 - 1
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

+ 1 - 1
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":         "",