Skip to contents

Return the fixed date corresponding to modified Julian day mjd

Usage

fixed_from_mjd(mjd)

Arguments

mjd

The modified Julian day.

Value

A fixed date.

Examples

if (FALSE) {
fixed_from_mjd(123.456)
}