remove unnessary timezone convertion
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="margin-top-20">
|
||||
<div class="card">
|
||||
<div colspan="7" class="report-table-header">
|
||||
<%= t("views.right_panel.detail.from_date") %> : <%= @from.utc.getlocal.strftime("%Y-%b-%d") rescue '-' %> - <%= t("views.right_panel.detail.to_date") %> : <%= @to.utc.getlocal.strftime("%Y-%b-%d") rescue '-'%>
|
||||
<%= t("views.right_panel.detail.from_date") %> : <%= @from.strftime("%Y-%b-%d") rescue '-' %> - <%= t("views.right_panel.detail.to_date") %> : <%= @to.strftime("%Y-%b-%d") rescue '-'%>
|
||||
</div>
|
||||
<% if @start_time.blank? || @end_time.blank? %>
|
||||
<table class="table table-striped" border="0">
|
||||
|
||||
Reference in New Issue
Block a user