Function chrono::date::map_local

source ยท
fn map_local<Tz: TimeZone, F>(d: &Date<Tz>, f: F) -> Option<Date<Tz>>
Expand description

Maps the local date to other date with given conversion function.