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.
So, which is it? YYYYMMDD or YYYYDDMM?
Thanks.