You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtfs-c...@googlegroups.com
Someone just pointed out what looks like a bug in the GTFS spec. For feed_info.txt feed_start_date and feed_end_date, the spec states:
"Both days are given as dates in YYYYDDMM format as for calendar.txt"
Notice the day-before-month format. But in fact, the date format used in calendar.txt and elsewhere is YYYYMMDD. I think this is just a typo, as I've always parsed these dates in feed_info.txt as YYYYMMDD. If no one objects, I'm going to update the spec to reflect this.
I noticed something stranfe in the GTF Specs page. Under feed_info.txt the date format for fields "feed_start_date" and "feed_end_date" is:
Both days are given as dates in YYYYDDMM format as for calendar.txt
The wording (perhaps not 100% English) seems to indicate that dates are to be in the same format as calendar.txt. However, the description in calendar.txt is:
The start_date field's value should be in YYYYMMDD format.
The end_date field's value should be in YYYYMMDD format.