convertir el tiempo de fecha en tzdateTimeFlutter

var time = tz.TZDateTime.from(
    scheduledNotificationDateTime,
    tz.local,
);
Jealous Jay