From 0b06dcedd0ec8255a211ef3b14c1dad72c0333fc Mon Sep 17 00:00:00 2001 From: Carbrex <95964955+Carbrex@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:00:32 +0530 Subject: [PATCH] Fixed feed page time changed to local time instead of UTC --- app/views/dailyFeed.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dailyFeed.scala b/app/views/dailyFeed.scala index 9c6267a7c3d74..f8860be79d48a 100644 --- a/app/views/dailyFeed.scala +++ b/app/views/dailyFeed.scala @@ -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),