The OpenD Programming Language

this

Examples

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

Meta