diff --git a/app/views/logs/index.html.erb b/app/views/logs/index.html.erb index 52e539e..fa6e6d7 100644 --- a/app/views/logs/index.html.erb +++ b/app/views/logs/index.html.erb @@ -35,7 +35,6 @@ } - @@ -46,7 +45,7 @@
{ "user":"<%= "#{l.group.name}" if l.group %>", - "time":"<%= l.created_at %>", + "time":"<%= l.created_at.strftime("%Y-%m-%d %H:%M:%S.%L %Z") %>", "message": <%= l.message %> }