diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index 122145fb..042deadd 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -197,7 +197,7 @@ class AllSetting { this.subEncrypt = true; this.subShowInfo = true; - this.timeLocation = "Asia/Tehran"; + this.timeLocation = "Asia/Ho_Chi_Minh"; if (data == null) { return @@ -208,4 +208,4 @@ class AllSetting { equals(other) { return ObjectUtil.equals(this, other); } -} \ No newline at end of file +}