Searched refs:timeZoneHours (Results 1 – 2 of 2) sorted by relevance
18 int timeZoneHours = SkTAbs(timeZoneMinutes) / 60; in toISO8601() local24 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()
20 int timeZoneHours = SkTAbs(timeZoneMinutes) / 60; in pdf_date() local27 static_cast<unsigned>(dt.fSecond), timezoneSign, timeZoneHours, in pdf_date()