Hi,
Currently I can work with your nice module.
But when I look at the sitemap, I see the posting dates of articles like 2009-09-12T04:55:23+00:00
Should not this consider my site's time zone? It should be like 2009-09-12T07:55:23+03:00 based on the site's time zone settings
Thanx
Comments
Comment #1
dave reidNope. The sitemaps.org specification (which the Google News sitemap specification is based on) says to only use the W3C date format, which prefers to use UTC or 'Z' to indicate no timezone offset. The PHP constant used (DATE_W3C) uses UTC, or +00:00.
See:
http://sitemaps.org/protocol.php#xmlTagDefinitions
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=74288
http://www.w3.org/TR/NOTE-datetime
Comment #2
serkan.arikusu commentedThank you, didn't know this.
Comment #3
dave reidNo problem. :)
FYI just leave issues as fixed. They will automatically be marked closed after two weeks of inactivity, and this way people that have the same question can find it until it's marked closed.