Lines Matching full:we
29 // I'm not even kidding.. We handle this special case in the
118 * exception if we cannot accurately determine the timezone.
127 // First we will just see if the tzid is a support timezone identifier.
143 // That's why we're checking if we'll be able to successfull instantiate
144 // \DateTimeZone() before doing so. Otherwise we could simply instantiate
163 // Next, we check if the tzid is somewhere in our tzid map.
169 // and see if it is our tzid map. We don't want to check for this first just
178 // Maybe the author was hyper-lazy and just included an offset. We
179 // support it, but we aren't happy about it.
184 // already gets returned early in this function. Once we drop support
194 // If that didn't work, we will scan VTIMEZONE objects
205 // "SystemV/EST5EDT". For those we must remove the
214 // Microsoft may add a magic number, which we also have an
236 …throw new \InvalidArgumentException('We were unable to determine the correct PHP timezone for tzid…
239 // If we got all the way here, we default to UTC.
265 * We're not using DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC) because: