utcNow function

String utcNow()

Implementation

String utcNow() {
  return DateTime.now().toString();
}