static DateTime findLastDateOfTheMonth(DateTime dateTime) => DateTime(dateTime.year, dateTime.month + 1, 0);