Skip to content

Commit

Permalink
Fix Mysql Timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jul 9, 2017
1 parent 7956dc4 commit 684d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/charts.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading when"># <?php echo __("Total Views Today"); ?></div>
<div class="panel-heading when"># <?php echo __("Total Views Today"), " - ", date("Y-m-d"); ?></div>
<div class="panel-body">
<canvas id="myChartLineToday" height="60" ></canvas>
</div>
Expand Down

0 comments on commit 684d600

Please sign in to comment.