MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

Monitoring: timestamp should change if feed contents change #136

Closed e-lo closed 2 years ago

e-lo commented 2 years ago

Relevant Best Practice text:

Timestamp value should always change if the feed contents change - the feed contents should not change without updating the header timestamp.

barbeau commented 2 years ago

@e-lo I believe this is covered by: https://github.com/MobilityData/gtfs-realtime-validator/blob/master/RULES.md#E017

e-lo commented 2 years ago

Closing as duplicate!