Better dates handling
Try to implement a better way to treat the dates and date intervals. For now, this is done with floats (year + month/12.) but it leads to infinite decimals in most cases.
Try to implement a better way to treat the dates and date intervals. For now, this is done with floats (year + month/12.) but it leads to infinite decimals in most cases.