-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Transform class and subclasses #14
Comments
|
How to convert NSDate into Unix timestamp in Objective C/iPhone?: http://stackoverflow.com/a/3023326 |
How to do math on NSNumber: http://stackoverflow.com/a/15437942 |
Create NSDate from Unix timestamp: http://stackoverflow.com/a/5827263 |
Detect AttributeType and use appropriate Transform: http://stackoverflow.com/a/19818990 |
There is a |
It was serializing as decimal in seconds (with milliseconds perdition) while it should have been an integer in milliseconds.
See http://emberjs.com/api/data/classes/DS.Transform.html
The text was updated successfully, but these errors were encountered: