namespace: ashet.datetime System Calls syscall now(out datetime: DateTime) Get a calendar timestamp relative to UTC 1970-01-01. Precision of timing depends on the hardware. The return value is signed because it is possible to have a date that is before the epoch. Asynchronous Operations async_call Alarm(in when: DateTime) Sleeps until datetime.now() returns a point in time that comes after when.