From 2be7ec124173882f17f1cc6f128dbe083c2c230e Mon Sep 17 00:00:00 2001 From: "Danil S." <135337715+sh1shd@users.noreply.github.com> Date: Sat, 15 Nov 2025 03:52:55 +0000 Subject: [PATCH] chore: use raw timestamps --- web/html/component/aClientTable.html | 8 ++++---- web/html/inbounds.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 067bf64b..d9a9b5f5 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -112,7 +112,7 @@ @@ -129,7 +129,7 @@ [[ IntlUtil.formatRelativeTime(client.expiryTime) ]] @@ -221,7 +221,7 @@ @@ -233,7 +233,7 @@ [[ IntlUtil.formatRelativeTime(client.expiryTime) ]] diff --git a/web/html/inbounds.html b/web/html/inbounds.html index ab2381fb..86bde2c8 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -389,7 +389,7 @@ - [[ IntlUtil.formatRelativeTime(dbInbound._expiryTime) ]] + [[ IntlUtil.formatRelativeTime(dbInbound.expiryTime) ]]