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.
|
||
|---|---|---|
| .. | ||
| accounts | ||
| fixtures | ||
| membership | ||
| membership_fees | ||
| mv | ||
| mv_web | ||
| support | ||
| seeds_test.exs | ||
| test_helper.exs | ||