예제 #1
0
파일: shims.php 프로젝트: Roeljj/webtrees
/**
 * @param integer|null $timestamp
 *
 * @return false|integer
 */
function unixtojd($timestamp = null)
{
    return Shim::unixtojd($timestamp ? $timestamp : time());
}