Ejemplo n.º 1
0
function phabricator_datetime($epoch, $user)
{
    return phabricator_format_local_time($epoch, $user, pht('%s, g:i A', _phabricator_date_format($epoch)));
}
Ejemplo n.º 2
0
function phabricator_datetime($epoch, $user)
{
    return phabricator_format_local_time($epoch, $user, _phabricator_date_format($epoch) . ', g:i A');
}