fn map_local<Tz: TimeZone, F>(d: &Date<Tz>, f: F) -> Option<Date<Tz>>where F: FnMut(NaiveDate) -> Option<NaiveDate>,
Maps the local date to other date with given conversion function.