We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c38ec commit 783f1a0Copy full SHA for 783f1a0
web/assets/js/model/setting.js
@@ -43,7 +43,7 @@ class AllSetting {
43
this.subJsonMux = "";
44
this.subJsonRules = "";
45
46
- this.timeLocation = "Asia/Tehran";
+ this.timeLocation = "Local";
47
48
if (data == null) {
49
return
web/service/setting.go
@@ -37,7 +37,7 @@ var defaultValueMap = map[string]string{
37
"expireDiff": "0",
38
"trafficDiff": "0",
39
"remarkModel": "-ieo",
40
- "timeLocation": "Asia/Tehran",
+ "timeLocation": "Local",
41
"tgBotEnable": "false",
42
"tgBotToken": "",
"tgBotProxy": "",
0 commit comments