diff --git a/app/views/solid_errors/errors/_row.html.erb b/app/views/solid_errors/errors/_row.html.erb index 1821e07..8a981c5 100644 --- a/app/views/solid_errors/errors/_row.html.erb +++ b/app/views/solid_errors/errors/_row.html.erb @@ -14,7 +14,7 @@ <%= error.occurrences_count %> - <% last_seen_at = error.recent_occurrence %> + <% last_seen_at = DateTime.strptime(error.recent_occurrence, "%Y-%m-%d %H:%M:%S.%N") %> <%= time_tag last_seen_at, time_ago_in_words(last_seen_at, scope: 'datetime.distance_in_words.short') %>