mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

Fix indexed_date to return as datetime #47

Closed rahulbot closed 8 months ago

rahulbot commented 8 months ago

This verifies that indexed_date is stored and retrieved as a datetime (fixing #46).

rahulbot commented 8 months ago

Yep - Media Cloud has long err'd on the side of human-readable time formats in API results (I don't know how Elasticsearch stores it). There's probably a "how we handle time" user-facing paragraph to be written and posted to our support page.