Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java690 int standardBias = - tz.getRawOffset(); in timeZoneToTziStringImpl() local
691 standardBias /= 60*SECONDS; in timeZoneToTziStringImpl()
692 setLong(tziBytes, MSFT_TIME_ZONE_BIAS_OFFSET, standardBias); in timeZoneToTziStringImpl()