defaultDateTime static method

DateTime defaultDateTime()

Gets the default DateTime instance

Implementation

static DateTime defaultDateTime() {
  return DateTime.fromMillisecondsSinceEpoch(0);
}