Skip to content

Commit

Permalink
Merge pull request #27215 from guardian/doml/euro2024-remove-timezone
Browse files Browse the repository at this point in the history
Remove duplicated timezone in Euro 2024 groups
  • Loading branch information
domlander authored Jun 11, 2024
2 parents a77d35f + 37534c4 commit 539f8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sport/app/football/views/matchList/matchesList.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
}
<span class="football-matches__date">
@date.format(DateTimeFormatter.ofPattern("E d MMMM "))
<span class="football-matches__timezone">(@DateTimeFormatter.ofPattern("z").format(ZonedDateTime.of(date, LocalTime.of(0, 0), Edition(request).timezoneId)))</span>
</span>

</caption>
Expand Down

0 comments on commit 539f8b2

Please sign in to comment.