Searched refs:unixtojd (Results 1 – 4 of 4) sorted by relevance
2 unixtojd()26 // -whereas unixtojd(1000000000) calls localtime(1000000000)27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours33 echo unixtojd(40000). "\n";34 echo unixtojd(1000000000). "\n";35 echo unixtojd(1152459009). "\n";
29 PHP_FUNCTION(unixtojd) in PHP_FUNCTION() argument
24 PHP_FUNCTION(unixtojd);
145 PHP_FE(unixtojd, arginfo_unixtojd)
Completed in 8 milliseconds