Function croner::from_naive

source ·
pub fn from_naive<Tz: TimeZone>(
    naive_time: NaiveDateTime,
    timezone: &Tz
) -> Result<DateTime<Tz>, CronError>