wingrunr21 / mindbody-api

A Ruby interface to the MindBody API v0.5
http://wingrunr21.github.com/mindbody-api
MIT License
29 stars 46 forks source link

Dates should ship to MindBody in iso8601 format #11

Open wingrunr21 opened 10 years ago

wingrunr21 commented 10 years ago

Right now MindBody will only process the request if you pass the library a Date object only. A Time or DateTime object will not get converted properly.