Skip to content

Commit 783f1a0

Browse files
committed
time Location - local
1 parent a4c38ec commit 783f1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/assets/js/model/setting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AllSetting {
4343
this.subJsonMux = "";
4444
this.subJsonRules = "";
4545

46-
this.timeLocation = "Asia/Tehran";
46+
this.timeLocation = "Local";
4747

4848
if (data == null) {
4949
return

web/service/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var defaultValueMap = map[string]string{
3737
"expireDiff": "0",
3838
"trafficDiff": "0",
3939
"remarkModel": "-ieo",
40-
"timeLocation": "Asia/Tehran",
40+
"timeLocation": "Local",
4141
"tgBotEnable": "false",
4242
"tgBotToken": "",
4343
"tgBotProxy": "",

0 commit comments

Comments
 (0)