Fixes issue #30: Weirdness in the embedded player's timestamp.

This commit is contained in:
Peter Deltchev 2015-11-21 18:34:06 -08:00
parent 88b034ea6c
commit b2c5a2233e

View file

@ -71,7 +71,7 @@ class Helpers
}
$title = date('c', strtotime($timestamp));
$content = date('F d, o \@ g:i:s a', strtotime($timestamp));
$content = date('F j, Y \@ g:i:s a', strtotime($timestamp));
return '<abbr class="timeago" title="' . $title . '">' . $content . '</abbr>';
}