/** * @param integer|null $timestamp * * @return false|integer */ function unixtojd($timestamp = null) { return Shim::unixtojd($timestamp ? $timestamp : time()); }