Recent Topics

1 Jan 20, 2012 17:31    

My b2evolution Version: 4.1.x

On my blog, the comment date/time is not showing the correct time as per regional settings. In the backend it's set to Australia (time difference is 0, although my server is in US; it still shows correct Australian date/time anyway), and php.ini is set with Australia/Melbourne. All of the date/times are correct when writing and publishing a post and on the toolbar.

However, when it comes to the comments, they all show the US-based date/time.

Here's the site:
http://www.puppetsinmelbourne.com.au/blog.php/2012/01/16/unima-2008-diary-what-is

Here's the code used for the comments:

<?php $Comment->date('j M Y') ?> at <?php $Comment->time( 'H:i' ) ?>

I've double checked the code and it should be right for the 4.1.2 version....

Anyone have any suggestions as to why it's not getting the correct region?


Form is loading...