
unix_to_mjd(++UnixTime, ?MJD)

   Convert the UNIX time representation into a (float) MJD

Arguments
   UnixTime            Integer or float (seconds since 1 Jan 1970)
   MJD                 Variable or float

Type
   library(calendar)


