def utcoffset(self, dt): """ Offset from UTC. >>> UTC.utcoffset(None) datetime.timedelta(0) """ return ZERO