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