I am working on a GTFS file and came across these lines concering the time (hh:mm:ss):
which just make no sense at all. How am i meant to interpret this? Is this just a mistake or is it part of the specification?
它是规范的一部分。如果给定的服务日期与其运营模式相匹配,则允许机构指定午夜之后的时间。
对于出现在服务日午夜之后的时间,请输入大于 24:00:00 的时间值,以 HH:MM:SS 本地时间表示行程计划开始之日。
举个例子,假设一个机构在星期六经营深夜服务。该服务可能会从午夜延长到第二天(星期日)。为了更轻松地对这些行程建模,它们通常相对于周六服务日期进行建模,时间在 24:00:00 之后。