I tried to set a start and end date of created topic, then move it to archive page.
But its calendar behaves very strange.
1. I have to set +2 hours to actually launch the article at fixed time
2. every time I edit an article, calendar's date/hour is lowered by 2 hours.
for example when I set publishing date to 06.06.2011 12:00, save page, exit, edit the article again, loaded date and hour is set to 06.06.2011 10:00.
It takes place every time I edit the article or resave it, so couple edits within short period of time, and publication will be set to start yesterday :/
News module is working fine; I tried to mess with time zone (global and per user) and add or substract 2 hours.
But it didn't work out. Happens on local lamp and production server.
I guess the problem stays in modify.topic.php line 141
$published_when = gmdate($jscal_format, $t);
and line 320
$t = time() - $fetch_content['posted_first']; $t = $t / 3600;
but I'm not familiar with gmdate nor the way dates are being held by topics module.
Could anyone shred some light on this matter ?
ps. WB 2.8.2RC5 1450 + CKEdit module