whichdigital / active-rest-client

ActiveRestClient API Client
https://rubygems.org/gems/active_rest_client
MIT License
386 stars 44 forks source link

Parse DateTime objects with millisecond precision + enhanced regex #98

Closed jwicks closed 9 years ago

jwicks commented 9 years ago

Support parsing DateTime objects with millisecond precision (default in Rails 4.1). Also enhance Date and DateTime parsing to support valid dates (regex based on this SO post). Support for parsing regular Date object preserved.

andyjeffries commented 9 years ago

Thanks @jwicks, merged...