utc property

DateTime utc

Get UTC DateTime from this DateTime

Implementation

DateTime get utc => DateTime.fromMicrosecondsSinceEpoch(
      microsecondsSinceEpoch,
      isUtc: true,
    );