Skip to content

Commit

Permalink
localize manual-input timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Jul 7, 2024
1 parent 9b71a61 commit 5bb552d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/comps/list.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@import java.time.ZonedDateTime.now
@import java.time.format.DateTimeFormatter.ofPattern

@dfmt = {Y-m-d\\TH:i@{ofPattern("xxx").format(now()).replaceAll(".", """\\\\$0""")}}
@dfmt = {Y-m-d\\TH:i@{ofPattern("zzz").format(now()).replaceAll(".", """\\\\$0""")}}

<div id='@field.id'>
@helper.repeat(field, min = 0) {row => @comps.item(row)}
Expand Down

0 comments on commit 5bb552d

Please sign in to comment.