pub fn mdn_to_milli(val: &Option<i128>) -> Option<i128>
Expand description

This function computes the duration (in milliseconds) of the given month-day-nano-interval. Assumes a month is 30 days long.