Change date time format, biggest -> lowest units.
This commit is contained in:
parent
16b3ad6c1c
commit
00e92f2569
@ -323,7 +323,7 @@ if ($validIdentifier)
|
||||
<div class="col-lg-11">
|
||||
<?php
|
||||
$dateTime = $snapshot->getTimeGenerated();
|
||||
$dateTimeFormatted = $dateTime->format('m/d/Y H:i:s T');
|
||||
$dateTimeFormatted = $dateTime->format('Y/m/d H:i:s T'); // originally m/d/Y H:i:s T
|
||||
$age = approximateHumanInterval($dateTime->diff(new DateTime('now', $dateTime->getTimezone())));
|
||||
|
||||
$reporters = array();
|
||||
|
Loading…
Reference in New Issue
Block a user