diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-11 17:13:49 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-11 17:13:49 +0300 |
| commit | 783f1a073e5671a64de4b4e6281a54858ad52d6e (patch) | |
| tree | d28a86bd1f46a99ed3af059448d500570cb92959 /web/assets | |
| parent | a4c38ec8ae0495ce7a1bee00728a1e108b3a9b68 (diff) | |
time Location - local
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/setting.js | 2 |
1 files changed, 1 insertions, 1 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 |
