cityofaustin / atd-micromobility-api

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

actually use local timestamps #42

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

Turns out we were not properly converting the millisecond integers into local ISO-style timestamps. Just when you think you understand Python datetimes, you realize you don't.