isUTC property

bool get isUTC

Implementation

bool get isUTC {
  return timeZone == AFTimeZone.utc;
}