From a154a1236d5187b6583eb174d0d83e1c1341f20d Mon Sep 17 00:00:00 2001 From: Marek Isalski Date: Wed, 23 May 2018 05:29:55 +0100 Subject: [PATCH] UTC to local time --- fulcrm_mailshot_user_mailshots.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); ?>