We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfcfdf commit 2685256Copy full SHA for 2685256
libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.sys_time.pass.cpp
@@ -175,6 +175,10 @@ static void test_indian_kerguelen() {
175
// Z Indian/Kerguelen 0 - -00 1950
176
// 5 - +05
177
178
+ // Make sure the entry is present in the database.
179
+ if (std::chrono::get_tzdb().version < "2024a")
180
+ return;
181
+
182
const std::chrono::time_zone* tz = std::chrono::locate_zone("Indian/Kerguelen");
183
184
std::chrono::sys_seconds transition =
0 commit comments