remove unnessary timezone convertion
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<%= t("views.right_panel.detail.check_at") %>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<%= @check.created_at.utc.getlocal.strftime("%e %b %Y %I:%M %p") rescue '-' %>
|
||||
<%= @check.created_at.strftime("%e %b %Y %I:%M %p") rescue '-' %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user