Returns the current accurate UTC time as an ISO 8601 string.
static Future<String> nowToIsoString() => now().then((time) => time.toIso8601String());