diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 19:29:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 19:29:40 +0000 |
commit | ef43bff1ca455cf9608d463408598924220cb4e3 (patch) | |
tree | 5fd6a72a0d733a84ac1abfc0245df536ec6a2ef9 /doc | |
parent | b610ca5cbf7dd17fcc9c9b67405616cf63f199d9 (diff) |
* Correct generation of RFC 3339 format times for atom/rss feeds. Always use
gmtime for these since a time zone is not specified.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Feeds_get_wrong_timezone..mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Feeds_get_wrong_timezone..mdwn b/doc/bugs/Feeds_get_wrong_timezone..mdwn index dd34bbbc6..87757883d 100644 --- a/doc/bugs/Feeds_get_wrong_timezone..mdwn +++ b/doc/bugs/Feeds_get_wrong_timezone..mdwn @@ -6,3 +6,5 @@ created/modified at 0312 GMT. This occurs in both RSS and Atom feeds, but not in the HTML pages (which suggests it's not the server at fault, or IkiWiki overall, but rather whatever's generating the RSS and Atom is converting timezones wrongly). + +> [[done]], I *think* (description was not entirely clear) --[[Joey]] |