jdtounix
jdtounix
Convert Julian Day to Unix timestamp
int **jdtounix** int $julian_day
This function will return a Unix timestamp corresponding to the
Julian Day given in . The time returned is
UTC.
julian_day
julian_day
A julian day number between and
on 64bit systems, or between and on 32bit systems.
2440588``106751993607888``2440588``2465443
The unix timestamp for the start (midnight, not noon) of the given Julian day
If is outside of the allowed range,
a is thrown.
julian_day``ValueError
unixtojd