getCurrentTime method

String getCurrentTime()

Implementation

String getCurrentTime() {
  return DATE_FORMAT.format(DateTime.now());
}