You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The API currently returns nicely formatted dates for
created_at
andupdated_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 text was updated successfully, but these errors were encountered: