fix(payment): adjust date formatting to use UTC offset for consistency

This commit is contained in:
hamed
2026-07-16 00:30:20 +03:30
parent 165a0a2240
commit 6f9640cea6
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -99,6 +99,7 @@ export default function PaymentDetailsPage() {
const formatDate = (timestamp) => {
const date = new Date(parseInt(timestamp) * 1000);
return new Intl.DateTimeFormat("fa-IR", {
timeZone: "Asia/Tehran",
year: "numeric",
month: "long",
day: "numeric",