From 9031a6f5e80ef37726718632403a8f1ec3f163dc Mon Sep 17 00:00:00 2001 From: Max Duval Date: Fri, 3 Nov 2023 12:52:03 +0000 Subject: [PATCH] feat(fixtures): add time zone (#26674) --- sport/app/football/views/matchList/matchesList.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sport/app/football/views/matchList/matchesList.scala.html b/sport/app/football/views/matchList/matchesList.scala.html index 97a4f15c0f12..3bb6b1993cb8 100644 --- a/sport/app/football/views/matchList/matchesList.scala.html +++ b/sport/app/football/views/matchList/matchesList.scala.html @@ -44,7 +44,7 @@ @if(theMatch.isFixture){ + @theMatch.date.format(DateTimeFormatter.ofPattern("HH:mm z").withZone(Edition(request).timezoneId)) }else{ @MatchStatus(theMatch.matchStatus) }