Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
287 stars 88 forks source link

Eliminate some date and time formats (for speed) #105

Closed jpmckinney closed 9 years ago

jpmckinney commented 9 years ago

Several date and time formats were blindly imported from Rails' Date/Time formats, but I'd expect several of those are never in a CSV (e.g. the 23 digit timestamp with nanoseconds). Eliminating the unused date formats will speed up #103 even further.

jpmckinney commented 9 years ago

I believe this was closed by #119.