nowIso property

String get nowIso

The current virtual time as an ISO-8601 UTC instant.

Implementation

String get nowIso => DateTime.fromMillisecondsSinceEpoch(
  _nowMs,
  isUtc: true,
).toIso8601String();