Home
last modified time | relevance | path

Searched refs:timezoneSign (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkTime.cpp14 char timezoneSign = timeZoneMinutes >= 0 ? '+' : '-'; in toISO8601() local
21 static_cast<unsigned>(fSecond), timezoneSign, timeZoneHours, in toISO8601()