diff --git a/SoObjects/SOGo/BSONCodec.m b/SoObjects/SOGo/BSONCodec.m index 2b5b9d1eb..695d19628 100644 --- a/SoObjects/SOGo/BSONCodec.m +++ b/SoObjects/SOGo/BSONCodec.m @@ -600,7 +600,7 @@ static NSDictionary *BSONTypes() /* We may have the zone using the UTC offset or abbreviation (deprecated) */ - if (timezone && strlen(timezone) > 0 && (timezone[0] == '+' || timezone[0] == '-')) + if (strlen(timezone) > 0 && (timezone[0] == '+' || timezone[0] == '-')) { NSCalendarDate *tzDate;