public static readonly property now as DateTime:
Returns the current date and time in the operating system's local timezone.
The timestamp still identifies the current absolute instant; the local timezone only controls the calendar components exposed by this instance.
A DateTime object representing the current local date and time.
import klyn.time now = DateTime.now print(now.toString()) assert now.timeZone == TimeZone.local