Namespaces
Variants

std::chrono::tzdb:: current_zone

From cppreference.net
std::chrono::tzdb
Member functions
tzdb::current_zone
const std:: chrono :: time_zone * current_zone ( ) const ;
(C++20부터)

컴퓨터의 로컬 시간대를 나타내는 이 데이터베이스 내 std::chrono::time_zone 에 대한 포인터를 획득합니다.

반환값

이 데이터베이스에서 컴퓨터의 현지 시간대를 나타내는 std::chrono::time_zone 에 대한 포인터입니다.