Konwertuj DATETIME na TzDateTimeFlutter

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