Lines Matching full:local
126 * to GMT to get local time in this time zone, taking daylight savings time into
132 * and time fields are local standard time.
143 * @param millis The reference date's milliseconds in day, local standard time
145 * @return The offset in milliseconds to add to GMT to get local time.
153 * daylight savings. This is the offset to add *to* UTC to get local time.
164 * @param millis The reference date's milliseconds in day, local standard time
167 * @return The offset in milliseconds to add to GMT to get local time.
176 * in time. Upon return, local-millis = GMT-millis + rawOffset +
183 * time or local wall time, depending on `local'.
184 * @param local if true, `date' is local wall time; otherwise it
190 * total offset between local and GMT time. If DST is not in
196 virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
201 * to GMT to get local time, before taking daylight savings time into account).
210 * to GMT to get local time, before taking daylight savings time into account).
300 * Get time zone offsets from local wall time.
310 TimeZoneRule* findRuleInFinal(UDate date, UBool local,
316 UDate getTransitionTime(Transition* transition, UBool local,
318 void getOffsetInternal(UDate date, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt,