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.
|
||
|---|---|---|
| .. | ||
| helpers | ||
| import | ||
| member/validations | ||
| member_export | ||
| custom_field_lookup.ex | ||
| custom_field_value_formatter.ex | ||
| member_export.ex | ||
| member_export_sort.ex | ||
| members_csv.ex | ||
| members_pdf.ex | ||