static String dateString(DateTime dateTime) { return '${_fourDigits(dateTime.year)}${_twoDigits(dateTime.month)}${_twoDigits(dateTime.day)}'; }