toRfc3339 method

String toRfc3339()

Implementation

String toRfc3339() {
  return toUtc().toIso8601String();
}