Skip to content

Commit

Permalink
Outputs time respecting backend preferences (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvislacis committed Jun 26, 2022
1 parent e8c3457 commit 424a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/eventlogs/preview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4><?= e(trans('system::lang.event_log.level')) ?></h4>
</div>
<div class="scoreboard-item title-value">
<h4><?= e(trans('system::lang.event_log.created_at')) ?></h4>
<p><?= $formModel->created_at->toDayDateTimeString() ?></p>
<p><?= Backend::dateTime($formModel->created_at) ?></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 424a68a

Please sign in to comment.