It's trying to look up the local timezone at compile time.You need to specify a time zone: static time =SysTime(DateTime.fromISOString("20220101T000000"), UTC()).toUnixTime;-Steve
Aw, thanks Steve!
Andrej Mitrovic via Digitalmars-d-learn Sun, 30 Aug 2020 22:00:37 -0700
It's trying to look up the local timezone at compile time.You need to specify a time zone: static time =SysTime(DateTime.fromISOString("20220101T000000"), UTC()).toUnixTime;-Steve
Aw, thanks Steve!