clintjhill/ember-parse-adapter

Parse Date transform almost correct

Opened this issue · 0 comments

Hello, I'm kind of a newb at doing pull requests, so I'll just state the issue here:

The Date transform needs the following change on line 26:

return new Date( serialized.iso );