Lines Matching full:time
22 // The largest time that can be passed to OS date-time library functions.
27 // The largest time that can be stored in JSDate.
31 // Conservative upper bound on time that can be stored in JSDate
117 // Computes a time equivalent to the given time according
122 // We solve this by mapping the time to a year with same leap-year-ness
156 // We increment the stamp each time when the timezone information changes.
175 // The implementation relies on the fact that no time zones have
182 // Size of the Daylight Savings Time cache.
185 // Daylight Savings Time segment stores a segment of time where
194 // Computes the daylight savings offset for the given time.
199 // the before_ segment starts earlier than the given time and
200 // the after_ segment start later than the given time.
210 // if it starts later than the given time + kDefaultDSTDeltaInSec.
222 // Daylight Saving Time cache.