import mir.timestamp; auto ts = Date(2020, Month.may, 15).timestamp; auto d2 = Date(ts);
See Implementation