utc property

DateTime get utc

Always return a UTC DateTime.

Implementation

DateTime get utc => isUtc ? this : toUtc();