CodeForAfrica / sourceAFRICA

sourceAFRICA is the continent's largest repository of documentary evidence and other "actionable documents" from investigative journalists and civic watchdogs. Forked from DocumentCloud.org, and built on the Ruby on Rails framework, the project is accessible here: https://sourceafrica.net/
https://sourceafrica.net
Other
11 stars 9 forks source link

Return ISO 8601 compliant return for dates in API #75

Open DavidLemayian opened 8 years ago

DavidLemayian commented 8 years ago

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 - https://github.com/moment/moment/issues/1407