Joomla 2.5 displays wrong datetime
问题 I have Created this code in a custom component that I made: $date = date('m/d/Y h:i:s a', time())."<br>"; echo 'Current date and time is: ' . $date; $date = JFactory::getDate(); echo 'Current date and time is: ' . $date->toFormat() ."<br>"; The first code displays the datetime correctly, but the second one displays the time +3 hours I have checked the configuration.php file and the public $offset = 'Europe/Athens'; and is correct. I am also changing the settings from the system configuration