Digital Mars D Compiler v1.015
Neither of these lines will compile and give: Error: cannot cast int to
SYSTEMTIME
without a line number. How might I get this to work?
import std.date;
//long utc_time1 = std.date.getUTCtime();
void main()
{
//static long utc_time1 = std.date.getUTCtime();
}
Regards,
Jason