From 916ce4eccb55874e274b0ab523c566fa7a933f8e Mon Sep 17 00:00:00 2001 From: Jas Laferriere Date: Sat, 13 Apr 2024 20:41:19 -0400 Subject: [PATCH] chore: ranked day tracker ui tweaks requested by Lil --- src/renderer/pages/home/sidebar/ranked_status.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/renderer/pages/home/sidebar/ranked_status.tsx b/src/renderer/pages/home/sidebar/ranked_status.tsx index 902eff3fe..ac3557504 100644 --- a/src/renderer/pages/home/sidebar/ranked_status.tsx +++ b/src/renderer/pages/home/sidebar/ranked_status.tsx @@ -102,7 +102,7 @@ const InternalRankedStatus = ({ @@ -124,7 +124,14 @@ const InternalRankedStatus = ({ {countdown} - {nextTime.toLocaleString()} + {nextTime.toLocaleString(undefined, { + year: "numeric", + month: "numeric", + day: "numeric", + hour: "2-digit", + minute: "2-digit", + // timeZoneName: "short", // Chose not to include this. Can sometimes confuse Europeans (happened at smashgg) + })}