remove unnessary timezone convertion
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="container-fluid">
|
||||
<div class="block-header">
|
||||
<!-- <h2><%= t :dashboard %></h2> -->
|
||||
<h2><%= t :date_time %> : <%= Time.zone.now.utc.getlocal.strftime("%Y-%m-%d %I:%M %p") %></h2>
|
||||
<h2><%= t :date_time %> : <%= Time.zone.now.strftime("%Y-%m-%d %I:%M %p") %></h2>
|
||||
</div>
|
||||
<!-- Widgets -->
|
||||
<div class="row clearfix">
|
||||
|
||||
Reference in New Issue
Block a user