Searched refs:timezoneSign (Results 1 – 1 of 1) sorted by relevance
14 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local21 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()