On Friday, 28 August 2020 at 01:54:02 UTC, Andrej Mitrovic wrote:
> -----
> import std.datetime;
>
> void main ()
> {
> static time =
>
> SysTime(DateTime.fromISOString("20220101T000000")).toUnixTime;
> }
> -----
I think I'm supposed to use MonoTime here, right?