Macro ask_datetime_location

Source
macro_rules! ask_datetime_location {
    ($question:expr) => { ... };
    ($question:expr, $default_date:expr, $default_location:expr) => { ... };
}