klyn.time.DateTime.now
property
public static readonly property now as DateTime:
Description

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.

Returns

A DateTime object representing the current local date and time.

Example
import klyn.time

now = DateTime.now
print(now.toString())
assert now.timeZone == TimeZone.local