Searched refs:hoursOffset (Results 1 – 1 of 1) sorted by relevance
390 int hoursOffset = minutesOffset / 60; in representData() local392 buffer.append((hoursOffset > 0 ? "+" : "") + hoursOffset + ":" in representData()