getCurrentTimestampUTC top-level property
Get the current timestamp in UTC format.
Returns a string in the format of yyyy-MM-ddTHH:mm:ss.SSS'Z'.
Implementation
String get getCurrentTimestampUTC => formatTimestampForUTC(DateTime.now());
Get the current timestamp in UTC format.
Returns a string in the format of yyyy-MM-ddTHH:mm:ss.SSS'Z'.
String get getCurrentTimestampUTC => formatTimestampForUTC(DateTime.now());