diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 03:08:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 03:08:40 +0000 |
commit | df81177d39273084e84c92bc8f969a50ebb04d13 (patch) | |
tree | c8187de538464960de5caca6fde5b3be717e5a24 | |
parent | be7c97c6c9a8e4fbd152fac15cf3cf00ada087f6 (diff) |
web commit by http://subvert.org.uk/~bma/: timezone bug.
-rw-r--r-- | doc/bugs/Feeds_get_wrong_timezone..mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Feeds_get_wrong_timezone..mdwn b/doc/bugs/Feeds_get_wrong_timezone..mdwn new file mode 100644 index 000000000..dd34bbbc6 --- /dev/null +++ b/doc/bugs/Feeds_get_wrong_timezone..mdwn @@ -0,0 +1,8 @@ +I have a file with an mtime of 0312 BST, or 0212 GMT. If the atom/rss feed is +generated while the system timezone is set to GMT, it's correctly shown as 0212 +GMT. If the system time is set to BST, it's incorrectly shown as having been +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). |