getTimeStamp function
Returns the ISO-8601 current time stamp
Implementation
String getTimeStamp() {
return DateTime.now().toUtc().toIso8601String();
}
Returns the ISO-8601 current time stamp
String getTimeStamp() {
return DateTime.now().toUtc().toIso8601String();
}