Open colinsurprenant opened 7 years ago
relates to #48 and #49
Instead of relying on the Ruby CSV library :date and :date_time format parsers I think we should instead support the formats our own Timestamp.coece() methods support and defer any other unsupported formats to using the date filter.
:date
:date_time
Timestamp.coece()
relates to #48 and #49
Instead of relying on the Ruby CSV library
:date
and:date_time
format parsers I think we should instead support the formats our ownTimestamp.coece()
methods support and defer any other unsupported formats to using the date filter.