now static method

String now()

Implementation

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