This commit is contained in:
MuslemRahimi 2025-03-05 10:49:32 +01:00
parent d676faba67
commit 22323aa9df

View File

@ -160,7 +160,7 @@
}); });
} else { } else {
formattedDate = date?.toLocaleDateString("en-US", { formattedDate = date?.toLocaleDateString("en-US", {
year: "2-digit", year: "numeric",
month: "short", month: "short",
day: "numeric", day: "numeric",
timeZone: "UTC", timeZone: "UTC",