Searched refs:to_local_seconds (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | get_info.local_time.pass.cpp | 65 [[nodiscard]] static std::chrono::local_seconds to_local_seconds( in to_local_seconds() function 192 tz->get_info(to_local_seconds(1950y, std::chrono::January, 1d))); in test_indian_kerguelen() 200 tz->get_info(to_local_seconds(1950y, std::chrono::January, 1d, 5h))); in test_indian_kerguelen() 234 tz->get_info(to_local_seconds(1976y, std::chrono::November, 30d, 20h, 59min, 59s))); in test_antarctica_rothera() 243 tz->get_info(to_local_seconds(1976y, std::chrono::November, 30d, 21h))); in test_antarctica_rothera() 252 tz->get_info(to_local_seconds(1976y, std::chrono::November, 30d, 23h, 59min, 59s))); in test_antarctica_rothera() 260 tz->get_info(to_local_seconds(1976y, std::chrono::December, 1d))); in test_antarctica_rothera() 354 tz->get_info(to_local_seconds(1904y, std::chrono::October, 30d, 0h, 36min, 41s))); in test_asia_hong_kong() 371 tz->get_info(to_local_seconds(1904y, std::chrono::October, 30d, 0h, 36min, 42s))); in test_asia_hong_kong() 388 tz->get_info(to_local_seconds(1904y, std::chrono::October, 30d, 0h, 59min, 59s))); in test_asia_hong_kong() [all …]
|