public static function instance(DateTime $dateTime, ?string $locale = null)
{
return self::createFromInstance($dateTime, $locale);
}
/**
* Converts the current instance to a mutable DateTime object.
*
* @return DateTime
*
* @throws Exception
*/
public function toDateTime()
{