DateFormats.JDType
JD{T <: Real}

Datetime representation as a Julian day.

DateFormats.MJDType
MJD{T <: Real}

Datetime representation as a modified Julian day.

DateFormats.:*ₜFunction
t *ₜ p

Create a time period t * p rounded to a nanosecond.

DateFormats.julian_dayFunction
julian_day(x)

Convert between Date[Time] and julian days represented as a number or a string.

DateFormats.modified_julian_dayFunction
modified_julian_day(x)

Convert between Date[Time] and modified julian days represented as a number (60000) or a string ("60000").

DateFormats.unix_timeFunction
unix_time(x)

Convert between Date[Time] and unix time represented as a number or a string.

DateFormats.yeardecimalFunction
yeardecimal(x)

Convert between Date[Time] and decimal year represented as a number or a string.