If UTC is passed into the function then set the timezone https://github.com/adampatterson/Axe-Helpers/blob/main/src/Helpers.php#L556 `return Carbon::parse($date, 'UTC')->setTimezone(wp_timezone_string())->format($format);`
If UTC is passed into the function then set the timezone
https://github.com/adampatterson/Axe-Helpers/blob/main/src/Helpers.php#L556
return Carbon::parse($date, 'UTC')->setTimezone(wp_timezone_string())->format($format);