If the start and end are both in UTC.
Is null if one is in UTC and the other is not.
null
bool? get isUtc => start.isUtc == end.isUtc ? start.isUtc : null;