MATLAB: Time format in seconds since 0-Jan-0000

MATLABtime formatting

Dear Matlab community,
I find myself having to work with a time format expressed in seconds since 0 January 0000. Or at least, I believe so. The given value equals 6.375053639947000e+10, which is indeed the amount of seconds in roughly 2020 years. Unfortunately, I can't find any Matlab function that could convert this into a 'normal' date and time.
Hopefully someone could help me out here,
Kind regards
Jan

Best Answer

You could use datetime.
d = datetime(0,0,0,0,0,6.375053639947000e10)
d =
01-Feb-2020 10:19:59