The API currently returns nicely formatted dates for created_at and updated_at values but it would be more desirable to go for a format in line with ISO 8601.
Particular use-case would be implementing moment.js.
Here is a good reference - moment/moment#1407
The API currently returns nicely formatted dates for
created_atandupdated_atvalues but it would be more desirable to go for a format in line with ISO 8601.Particular use-case would be implementing moment.js.
Here is a good reference - moment/moment#1407