nasa / sitepod

A Sitemap Generator written in PHP
GNU General Public License v3.0
24 stars 16 forks source link

timeformat error when using Short Format #32

Open eniad opened 7 years ago

eniad commented 7 years ago

Short format timeformat (date only) causes error in Google sitemap test. See errors below:

Type | Issue | Description | Issues count | Example | Line | Detected Errors | Invalid date | An invalid date was found. Please fix the date or formatting before resubmitting. | 8 Parent tag: urlTag: lastmodValue: 2017-06-20-04:00 | 7 | Aug 18, 2017 Parent tag: urlTag: lastmodValue: 2017-06-20-04:00 | 13 | Aug 18, 2017 Parent tag: urlTag: lastmodValue: 2017-06-20-04:00 | 19 | Aug 18, 2017

This is easily avoided using the Long format (with time) timeformat.