Fields

allocator: std.mem.Allocator,
transitions: []const Transition,
timetypes: []const Timetype,
leapseconds: []const Leapsecond,
footer: ?[]const u8,

Functions

fn deinit(self: *Tz) void

No documentation provided.

fn parse(allocator: std.mem.Allocator, reader: anytype) !Tz

No documentation provided.