From f1feb23cacc027a5647be887918ed5b44acf2c0a Mon Sep 17 00:00:00 2001 From: openmedi Date: Tue, 23 Sep 2014 21:47:25 -0400 Subject: [PATCH] --- doc/forum/Changing_when_a_page_is_posted.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Changing_when_a_page_is_posted.mdwn diff --git a/doc/forum/Changing_when_a_page_is_posted.mdwn b/doc/forum/Changing_when_a_page_is_posted.mdwn new file mode 100644 index 000000000..acc847bbf --- /dev/null +++ b/doc/forum/Changing_when_a_page_is_posted.mdwn @@ -0,0 +1,9 @@ +I try to merge my existing blog with my wiki. I just started the process and ran into a problem: + +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). + +This works. Well, almost. + +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? + +Any help is appreciated! -- 2.39.2