From 2e0dd65f3a94cf2a4c8f5f4b4dda771a6943ceaa Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:19:45 +0700 Subject: [PATCH] Update models.js --- web/assets/js/model/models.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}