$Configuration['Garden']['DefaultDateFormat'] = 'F j, Y';
$Configuration['Garden']['DefaultDayFormat'] = 'F j';
$Configuration['Garden']['DefaultYearFormat'] = 'F Y';
$Configuration['Garden']['DefaultTimeFormat'] = 'g:ia';
I'm guessing they won't change it either, since the host is based in New York, boo! :(date/time support enabled
"Olson" Timezone Database Version 2007.5
Timezone Database internal
Default timezone America/New_York
Still the same unfortunately! :( It's weird because I wonder if the entire doubt was out, it wouldn't matter too much as it'd still show a date right?// Make sure a default time zone is set
/* if (ini_get('date.timezone') == '')
date_default_timezone_set('Canada/Saskatchewan'); */
date_default_timezone_set('Europe/London');
It looks like you're new here. If you want to get involved, click one of these buttons!