aboutsummaryrefslogtreecommitdiff
path: root/absl/time/internal/zoneinfo.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove absl/time/internal/zoneinfo.inc. It was used to guaranteeAbseil Team2022-11-151-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 notAbseil Team2022-06-141-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 Commitmisterg2017-09-191-0/+729