getDateTimeNow function

DateTime getDateTimeNow()

Same as DateTime.now().

Implementation

DateTime getDateTimeNow() {
  return DateTime.now();
}