rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Add ISO8601 support #33

Closed jbender closed 8 years ago

jbender commented 8 years ago

Adds .iso8601 support to Date and Time, which is required for them to be convertible to JSON (per http://apidock.com/rails/v4.2.1/ActiveSupport/TimeWithZone/as_json)

colinta commented 8 years ago

Nice, looks good to merge!

colinta commented 8 years ago

I like that the specs are broken out into individual specs.

colinta commented 8 years ago

Pushed 1.1.0 to include this. Thanks!