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