austgl / gantry-framework

Automatically exported from code.google.com/p/gantry-framework
0 stars 0 forks source link

Timezone issue #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Missing offset for configured timezone in 
/components/com_gantry/features/date.php

Add
$now->setOffset(JFactory::getApplication()->getCfg('offset'));
after
$now = &JFactory::getDate();

will fix the problem.

Original issue reported on code.google.com by patrick....@t-online.de on 17 Nov 2010 at 12:41