mitgliederverwaltung/lib
Moritz 2db467d5d1 fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells
DateTime.from_iso8601/1 returns {:ok, datetime, offset}, so the two-tuple clauses never matched and datetime cells fell through to the naive-parse fallback. Matching the real shape routes them through the intended DateTime path; UTC values render identically.
2026-06-02 12:04:37 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
membership refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
membership_fees refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
mix/tasks refactor: adress review comments 2026-03-09 18:54:40 +01:00
mv fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00
mv_web refactor(types): remove dead catch-all clauses unreachable per success typing 2026-06-02 11:56:44 +02:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00