DateTime struct

Defined in module std.time (time.l0).

Represents a broken-down date and time.

Fields

year: int
month: int
day: int
hour: int
minute: int
second: int
nanosecond: int
weekday: int
yearday: int
utc_offset_sec: int
is_dst: bool