planarnetwork / dtd2mysql

MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
30 stars 10 forks source link

fix DST change issues #94

Closed miklcct closed 3 months ago

miklcct commented 3 months ago

The GTFS specifications specifies that the time is defined as starting from noon minus 12 hours, in order to avoid a DST change happening on a service day. Therefore, trains departing before the DST change, i.e. 02:00, should be considered part of the previous service day in GTFS:

This doesn't have any special handling on skipped / additional trains in the skipped / additional hour on the Night Overground services, which the handling is yet to be confirmed.

Fixes #86 .