From 67152806d71fd7f3c151aa4967d67d60642e8849 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 11 Jul 2016 16:44:15 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- app/Dates/DateFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dates/DateFactory.php b/app/Dates/DateFactory.php index e3144170f477..a853daaa020f 100644 --- a/app/Dates/DateFactory.php +++ b/app/Dates/DateFactory.php @@ -99,6 +99,7 @@ public function getTimezone() { $dateTime = new Date(); $dateTime->setTimeZone(new DateTimeZone($this->cachetTimezone)); + return $dateTime->format('T'); } }