]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Feeds_get_wrong_timezone..mdwn
dd34bbbc6e94f66e0d1b76ea5fdd38d6dda93d1b
[git.ikiwiki.info.git] / doc / bugs / Feeds_get_wrong_timezone..mdwn
1 I have a file with an mtime of 0312 BST, or 0212 GMT. If the atom/rss feed is
2 generated while the system timezone is set to GMT, it's correctly shown as 0212
3 GMT. If the system time is set to BST, it's incorrectly shown as having been
4 created/modified at 0312 GMT.
6 This occurs in both RSS and Atom feeds, but not in the HTML pages (which
7 suggests it's not the server at fault, or IkiWiki overall, but rather
8 whatever's generating the RSS and Atom is converting timezones wrongly).