]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Changing_when_a_page_is_posted.mdwn
Added a comment: It was an Apache problem...
[ikiwiki.git] / doc / forum / Changing_when_a_page_is_posted.mdwn
1 I try to merge my existing blog with my wiki. I just started the process and ran into a problem:
2
3 I created a blog in my ikiwiki install and wanted to import my blogposts, that are just a bunch of (octopress) text files. Of course, ikiwiki can read them, etc. Here's my problem: When adding an old post to git, the imported blog article in my wiki is shown to be posted today. This is not the desired behaviour, since I have published this article a while before. The only way to change this I found was to fiddle around with the commit where I added the post. A way to this is described in [this stackoverflow answer](http://stackoverflow.com/a/454750).
4
5 This works. Well, almost.
6
7 For some weird reason the "posted" time is off one hour. Let's say, I published an article Fri Mar 2 01:30:00 2012. I corrected the commit as outlined by the link I provided. Ikiwiki will show that the article got posted at Fri Mar 2 00:30:00 2012. The only reason I can think of, that could produce this error, is DST. Has anyone an idea how to correct this error? Did I do something wrong or did I overlook something?
8
9 Any help is appreciated!