static DateTime findFirstDateOfPreviousMonth(DateTime dateTime) { final lastMonth = getLastMonth(dateTime); return findFirstDateOfTheMonth(lastMonth); }