isUtc property

bool isUtc

Returns a boolean value indicating whether this Jiffy instance represents a UTC date and time.

Implementation

bool get isUtc => Query.isUtc(dateTime);