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