today static method

DateTime today()

Implementation

static DateTime today() {
  final date = DateTimeTimetable.now().atStartOfDay;
  assert(date.debugCheckIsValidTimetableDate());
  return date;
}