You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faithful, memory-safe Rust port of upstream leapseconds.awk — generates the zic 'leapseconds' source from NIST/IERS leap-seconds.list, byte-identical to the awk oracle.
A faithful Rust port of upstream ziguard.awk — the IANA tzdb source-profile transformer that converts the tz source files into main, vanguard, and rearguard form.
Rust port of upstream tzcode strftime.c formatting semantics (C/C.UTF-8 locale) — formats an explicit tm, verified field-for-field against a compiled strftime.c oracle. Not a libc/locale formatter.
Small, unsafe-free Rust port of upstream tzcode asctime.c — the legacy fixed-format time formatter, verified byte-for-byte against a compiled asctime.c oracle. Not a libc/general formatter.