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.
|
||
|---|---|---|
| .. | ||
| import | ||
| custom_field_policies_test.exs | ||
| custom_field_value_policies_test.exs | ||
| group_policies_test.exs | ||
| member_email_validation_test.exs | ||
| member_export_build_test.exs | ||
| member_export_sort_test.exs | ||
| member_group_policies_test.exs | ||
| member_policies_test.exs | ||
| members_csv_test.exs | ||
| members_pdf_test.exs | ||