Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1013 Bytes

File metadata and controls

17 lines (11 loc) · 1013 Bytes

zig-time

loc license nektro @ github sponsors Zig Zigmod

Exposes a DateTime structure that can be initialized and acted upon using various methods. All public methods return a new structure.

Currently handles dates and times based on the Proleptic Gregorian calendar in adherence to ISO 8601.

Does not currently support time zones outside of UTC.

Does not handle leap seconds.

See the FormatSeq structure for display information on what to pass as a fmt string.