Wrong time on post?

5.99K viewsIssues
0

When I post a comment in the blog section, it immediately records the post as being 60 minutes old.

Here’s what my server config looks like ~ http://www.awesomescreenshot.com/image/657545/bbf1cba5e218e73373341be9d2d140fc

0

Still no solution? This seems like such a small fix, yet taking so long?

Can you give us access to your site to check the issue. As we cannot replicate the same issue in our development server. you can send access to [email protected]

0

Looks like a issue with server time offset. I will check.

In fact its even more odd than that. Time is running in reverse!!!

It immediately said was said it was posted 60 minutes ago but now it says it was only 21 minutes ago.

http://www.awesomescreenshot.com/image/657655/732b61ca036fb10b509b6a37f6ed6a4b

Any solution for this? My post’s say 46 years ago LOL, when it was 2 mins ago. This seems like such a simple bug.

@briber, your issue is different. please tell me where it is appearing.

In the questions list and on the question single page

Any solution to this issue?

Its been fixed in 2.4-Beta2

Maybe your issue is? Still the same with the latest for me.

There’s no __ap_history in the database… $history = get_post_meta($post_id, ‘__ap_history’, true) (double underscore a typo? most other ap_ keys are prefixed with 1 underscore);

$history[‘date’] is also setting to blank since $history didn’t return a result.
$history[‘date’] = get_the_time(‘c’, $post_id);

…therefore ap_human_time() is returning the january 1979 default date making it print 46 years ago

Thanks for clarification, I will fix it today

Has this been fixed and released?