Searched refs:timezoneSign (Results 1 – 2 of 2) sorted by relevance
17 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local24 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
23 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in pdf_date() local31 static_cast<unsigned>(dt.fSecond), timezoneSign, timeZoneHours, in pdf_date()