date format changed to add time as well

This commit is contained in:
2026-01-27 21:40:43 -05:00
parent a6d445f36a
commit eaf043629f

View File

@@ -56,6 +56,9 @@
year: 'numeric',
month: 'long',
day: 'numeric'
}) %>, <%= new Date(analysis.created_at).toLocaleTimeString('en-US', {
timeStyle: "long",
timeZone: "America/New_York"
}) %>
</p>