Aren’t unix2datetime et al a good enough interface? The documented ones only give DateTimes, not Dates, but I guess it would be fairly easy to add sister methods that do that (simply by wrapping the constructor, e.g. unix2date(x) = Date(unix2datetime(x))).
// T