std::chrono::tzdb::current_zone

From cppreference.com
< cpp‎ | chrono‎ | tzdb
 
 
 
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
 
std::chrono::tzdb
Member functions
tzdb::current_zone
 
const std::chrono::time_zone* current_zone() const;
(since C++20)

Obtains a pointer to a std::chrono::time_zone in this database that represents the local time zone of the computer.

Return value

A pointer to the std::chrono::time_zone in this database that represents the local time zone of the computer.