diff --git a/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex b/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex index 4d221a2..92b9ba3 100644 --- a/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex +++ b/lib/pinchflat_web/controllers/pages/page_html/history_table_live.ex @@ -104,6 +104,6 @@ defmodule Pinchflat.Pages.HistoryTableLive do defp format_datetime(nil), do: "" defp format_datetime(datetime) do - Calendar.strftime(datetime, "%Y-%m-%d %I:%M %p") + Calendar.strftime(datetime, "%Y-%m-%d %H:%M") end end