Skip to content

Commit

Permalink
Fixed feed page time changed to local time instead of UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Jan 8, 2024
1 parent 072fbe2 commit 0b06dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dailyFeed.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object dailyFeed:
marker(update.flair),
div(cls := "daily-feed__update__content")(
st.section(cls := "daily-feed__update__day")(
h2(a(href := s"#${update.id}")(showInstant(update.at))),
h2(a(href := s"#${update.id}")(absClientInstant(update.at))),
editor option frag(
a(
href := routes.DailyFeed.edit(update.id),
Expand Down

0 comments on commit 0b06dce

Please sign in to comment.