opencivicdata / imago

django app powering Open Civic Data API
Other
12 stars 12 forks source link

Datetime serialized (or saved?) differently for different data types #49

Open mileswwatkins opened 9 years ago

mileswwatkins commented 9 years ago

For example, datetime for organizations is saved in a different format than for bills.

Eg, 2014-08-14T12:00:28.274 vs 2015-04-09T00:24:06.485123+00:00

If this is a serialization issue, this should be standardized to the same pattern as accepted in the OCD API query string.