aboutsummaryrefslogtreecommitdiff
path: root/lib/std/tz.zig
AgeCommit message (Expand)Author
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2022-06-17std.tz: fix function returning pointer to local variableVeikka Tuominen
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-01-28Rename mem.bswapAllFields to byteSwapAllFieldsJohn Schmidt
2022-01-01Support legacy TZ format, expose header struct to a potential writerJens Goldberg
2021-12-31Remove a no-op line that was left in by mistakeJens Goldberg
2021-12-31tz parsing reader interface, test thicc files, and exclude tzifJens Goldberg
2021-12-30Support parsing tz timezone dataJens Goldberg