rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

Intelligently determine which iso8601 time format to parse with. #435

Closed markrickert closed 9 years ago

markrickert commented 9 years ago

Leaving other methods in place as to not break backwards compatibility.

Time.iso8601() now works with all 4 time formats:

willrax commented 9 years ago

LGTM :100: / :100:

markrickert commented 9 years ago

Travis failure was not this feature (these specs passed). Merging.