it looks like mtime is in seconds or some fraction thereof and encoded as a Float64.
I’m trying to turn it into a date and haven’t had any luck finding a function to do that. The Dates module functions all work on an Int.
Any ideas ?
Thanks,
p.s. i tried round(Int, mtime) but that doesn’t work, most likely because the underlying units are wrong.