getTimeStamp function

String getTimeStamp()

Returns the ISO-8601 current time stamp

Implementation

String getTimeStamp() {
  return DateTime.now().toUtc().toIso8601String();
}