Handle DST and named timezones
Nate-Wessel opened this issue · 2 comments
Nate-Wessel commented
Daylight savings time is not being handled correctly yet.
Things that need to have correct DST handling added/verified:
service_ids set on trips- dates generated from service_ids in
pull_data.sql
forcalendar.txt
- stop times generated from service_ids in
pull_data.sql
- ...
Nate-Wessel commented
If I can set the service_id from pull_data.sql
then I can delete everything pertaining to it from the Python code and just use UNIX time there.
Nate-Wessel commented
I'm 95% sure this is now correctly handled.