remove unnessary timezone convertion
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<table class='table table-striped'>
|
||||
<tr>
|
||||
<td><%= t :shift_started_at %></td>
|
||||
<td><%= @shift.shift_started_at.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-' %></td>
|
||||
<td><%= @shift.shift_started_at.strftime("%d/%m/%Y - %I:%M %p") rescue '-' %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><%= t :cashier %></td>
|
||||
|
||||
Reference in New Issue
Block a user