static DateTime getLastMonth(DateTime dateTime) => DateTime(dateTime.year, dateTime.month - 1, dateTime.day);