RSS timezone issue when importing
I wonder how [[bzero]] should import blogs written in different timezones. [[bzero]] works like [[Radio]] - it stores the date of a post in the URL. However, that date is local time, not GMT or anyone else’s time zone.
What that means is that when I make a post at 10am on 1 Jan 2003 local time (2003-01-01 10:00:00), the date part of its URL is /2003/1/1/, while the RSS pubDate is something like 2002-12-31 21:00:00 GMT. It messes up permalinks (and the flow of posts) if you import this somewhere else with a URL containing /2002/12/31/, but that’s the best I can do without a hint as to the timezone of the original blogger.
The January backup for Second p0st shows exactly this problem (scroll down to the bottom).
Is there a standard tag (something from [[Dublin Core]]?) that I can use in my [[RSS]] <channel> section to specify the timezone of the creator? That would let me work out what the original permalinks should have been. Comments?
Notes:
Here is some mailing list discussion on the topic.
The RDF people refer to things specifically with timezone files (here are some more). That seems unnecessarily complex though.