SAUSy-Lab/retro-gtfs

Handle DST and named timezones

Nate-Wessel opened this issue · 2 comments

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 for calendar.txt
  • stop times generated from service_ids in pull_data.sql
  • ...

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.

I'm 95% sure this is now correctly handled.