Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove absl/time/internal/zoneinfo.inc. It was used to guarantee | Abseil Team | 2022-11-15 | 1 | -724/+0 |
| | | | | | | | | | | | | availability of a few timezones for "time_test" and "time_benchmark", but (file-based) zoneinfo is now secured via existing Bazel data/env attributes, or new CMake environment settings. This also avoids the need for employing the CCTZ zone-info-source extension mechanism (which is a win). PiperOrigin-RevId: 488673952 Change-Id: I9def9d705c8f0dca3c0bcddc2406edb098ea5da3 | ||||
* | Prefer to fallback to UTC when the embedded zoneinfo data does not | Abseil Team | 2022-06-14 | 1 | -474/+469 |
| | | | | | | | | | | | | | | contain the requested zone. And now that we have a fallback at all, remove the special case that allowed for testing absl::LocalTimeZone() under TZ=US/Pacific. And we might as well update the existing embedded data while we're here. This is modifying the test framework only. PiperOrigin-RevId: 454896078 Change-Id: I3ec8391a5a51fe1e86a14f39d57ed6dac89d5905 | ||||
* | Initial Commit | misterg | 2017-09-19 | 1 | -0/+729 |