Returns a Timestamp representing the date.
import mir.timestamp; auto d1 = Date(2020, Month.may, 15); auto ts2 = d1.timestamp;
Returns a Timestamp representing the date.