nowLocal method

DateTime nowLocal()

Returns the current local time.

Implementation

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