std::chrono::tzdb::current_zone
Min standard notice:
Obtains a pointer to a std::chrono::time_zone in this database that represents the local time zone of the computer.
# Declarations
const std::chrono::time_zone* current_zone() const;
(since C++20)
# Return value
A pointer to the std::chrono::time_zone in this database that represents the local time zone of the computer.