DateTime previousDays(int days) { return DateTime(year, month, day).subtract(Duration(days: days)); }