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