static DateTime findFirstDateOfTheMonth(DateTime dateTime) => DateTime(dateTime.year, dateTime.month, 1);