-
Notifications
You must be signed in to change notification settings - Fork 115
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
:date_time converter fails to recognize "YYYY-MM-DD HH:MM" #247
Comments
The former is the best because ISO 8601 requires |
Do you want to open a pull request for this? |
I can sure open a pull request, if you explain to me how this has to be done (or point me to a "how to"): I never did it before. |
@ericgpks Could you support @thyresias ? |
of course ! |
@thyresias |
@ericgpks |
fix #247 ISO 8601 uses "T" for separator of date and time. RFC 3339 also accepts a space for separator of date and time.
(ruby/csv#248) fix ruby/csv#247 ISO 8601 uses "T" for separator of date and time. RFC 3339 also accepts a space for separator of date and time. ruby/csv@1255d8c304
There are two ways to solve this, I'm not sure which is the best one:
The text was updated successfully, but these errors were encountered: