I'm looking at porting the lisaconstants package to Julia and one of their constants is the LISA_EPOCH_TCB which is a date ("2035-01-01T00:00:00.000"); currently PhysicalConstants.jl only supports floats and big floats.
Should I make my own PhysicalConstants.jl analogue that supports Dates or is this something that you would want to add to PhysicalConstants.jl?
I'm looking at porting the lisaconstants package to Julia and one of their constants is the
LISA_EPOCH_TCBwhich is a date ("2035-01-01T00:00:00.000"); currently PhysicalConstants.jl only supports floats and big floats.Should I make my own PhysicalConstants.jl analogue that supports Dates or is this something that you would want to add to PhysicalConstants.jl?