fn map_local<Tz: TimeZone, F>(dt: &DateTime<Tz>, f: F) -> Option<DateTime<Tz>>where F: FnMut(NaiveDateTime) -> Option<NaiveDateTime>,
Maps the local datetime to other datetime with given conversion function.