Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jpmckinney opened this issue Nov 14, 2014 · 1 comment
Closed

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

jpmckinney opened this issue Nov 14, 2014 · 1 comment

Comments

@jpmckinney
Copy link

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 jpmckinney changed the title Eliminate some date and time formats Eliminate some date and time formats (for speed) Dec 17, 2014
pezholio added a commit that referenced this issue Feb 9, 2015
eliminate some date and time formats, related #105
@jpmckinney
Copy link
Author

I believe this was closed by #119.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant