Files
fuj-management/go/internal/io/fio/transparent.go
Jan Novak b41b8ef29c
All checks were successful
Deploy to K8s / deploy (push) Successful in 9s
fix(go/fio): accept 2-digit year format in transparent date parser
Fio's transparent account page now serves dates as DD.MM.YY (e.g.
07.05.26) rather than the previously expected 4-digit-year format.
Extends parseCzechDate to try all eight layout variants: padded and
non-padded, dot and slash separators, 4-digit and 2-digit years.

Go maps 2-digit year 00-68 → 2000-2068, so 26 → 2026.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 14:12:34 +02:00

5.8 KiB