Closed dustinfarris closed 10 years ago
Yep, this fixes the problem. Thanks!
I have the same error from Travis in #101 so I'm not sure what's going on there.
yeah i'm looking at that now. for some reason karma isn't running. might be related to https://github.com/toranb/ember-data-django-rest-adapter/commit/f03d057198c2994d8121e7daa4f372e85f55c3e9
@benkonrath travis is fixed. feel free to rebase.
It seems that
Date.toISOString
applies a transformation to the Date object based on the user's local timezone. This can often lead to unwanted data alterations when a date is serialized. See #100./cc @benkonrath