std::chrono::tzdb_list::front
Min standard notice:
Obtains a reference to the first std::chrono::tzdb in the list. Simultaneous calls to this function and std::chrono::reload_tzdb() does not introduce a data race.
# Declarations
const std::chrono::tzdb& front() const noexcept;
(since C++20)
# Return value
A reference to the first std::chrono::tzdb in the list.