fix: date formats

This commit is contained in:
Nuno Marques
2026-01-20 23:48:22 +00:00
parent 7f69063a95
commit 571d09a869
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<tr class="border-b border-subdued hover:bg-surface-hover">
<td class="px-2 py-3">
<span class="text-sm text-secondary">
<%= export.created_at.strftime("%b %-d, %Y %l:%M %p") %>
<%= l(export.created_at, format: :long) %>
</span>
</td>
<td class="px-2 py-3">

View File

@@ -33,7 +33,7 @@
<tr id="<%= dom_id import %>" class="border-b border-subdued hover:bg-surface-hover">
<td class="px-2 py-3">
<span class="text-sm text-secondary">
<%= import.updated_at.strftime("%b %-d, %Y %l:%M %p") %>
<%= l(import.updated_at, format: :long) %>
</span>
</td>
<td class="px-2 py-3">