Code4HR / hrt-bus-api

API and Map app that transform, store, and expose HRT Bus data through a RESTful HTTP endpoint. Python, Heroku, @bschoenfeld
api.hrtb.us/api
17 stars 13 forks source link

Use pytz to localize EST datetimes #43

Closed bschoenfeld closed 11 years ago

bschoenfeld commented 11 years ago

Use pytz to localize EST instead of manually changing the hour to avoid DST issues. Close #33.