diff --git a/app/Dates/DateFactory.php b/app/Dates/DateFactory.php index 17c276f5..2b04059c 100644 --- a/app/Dates/DateFactory.php +++ b/app/Dates/DateFactory.php @@ -72,6 +72,6 @@ class DateFactory */ public function createNormalized($format, $time) { - return $this->createFromFormat($format, $time)->setTimezone($this->appTimezone); + return $this->create($format, $time)->setTimezone($this->appTimezone); } }