diff --git a/fulcrm_mailshot_user_mailshots.tpl.php b/fulcrm_mailshot_user_mailshots.tpl.php index 0cfe916..28e39d5 100644 --- a/fulcrm_mailshot_user_mailshots.tpl.php +++ b/fulcrm_mailshot_user_mailshots.tpl.php @@ -8,7 +8,7 @@ $tz = new DateTimeZone('UTC'); $completed = DateTime::createFromFormat('Y-m-d\TH:i:s.u\Z',$mailshot['completed'],$timezone=$tz); if ( $completed ) - print format_date( $completed->getTimestamp(), 'custom', '\s\e\n\t \o\n j/M/Y \a\t ga' ); + print format_date( $completed->getTimestamp(), 'custom', '\s\e\n\t \o\n j/M/Y \a\t g:ia' ); ?>