cityofaustin / atd-micromobility-api

A dockless mobility data API built with Python/Sanic
12 stars 4 forks source link

Convert Timezone Properly #38

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

When handling start/end times we were replacing the timezone offset rather than converting the timestamp to local time (which is required for the Socrata query). This fixes that and adds a test which checks to see if actual features are returned by the test query.

mateoclarke commented 5 years ago

👍