Function mjdToUnixMillis( mjd )
- Description:
-
Converts from modified Julian date to milliseconds since the Unix
epoch (1970-01-01T00:00:00).
- Parameters:
-
- mjd (floating point)
- modified Julian date
- Return Value (long integer):
- milliseconds since the Unix epoch
- Signature:
- long mjdToUnixMillis(double)