Page MenuHomeMTRNord's Forge
Diviner Tech Docs phabricator_format_local_time

function phabricator_format_local_time($epoch, $user, $format)
Phorge Technical Documentation ()

Documentation Warnings

  • This call takes 3 parameters, but only 1 is documented.
  • Parameter "$epoch" is named "$format" in the documentation. The documentation may be out of date.

This function does not usually need to be called directly. Instead, call phabricator_date(), phabricator_time(), or phabricator_datetime().

Parameters
string$epochDate format, as per DateTime class.
$user
$format
Return
stringFormatted, local date/time.