iso8601Now function
Returns current UTC timestamp in ISO 8601 format.
Implementation
String iso8601Now() {
return DateTime.now().toUtc().toIso8601String();
}
Returns current UTC timestamp in ISO 8601 format.
String iso8601Now() {
return DateTime.now().toUtc().toIso8601String();
}