getCurrentTime static method

String getCurrentTime()

Implementation

static String getCurrentTime() {
  return DateTime.now().toIso8601String();
}