std::chrono::tzdb_list::begin
Min standard notice:
Returns an iterator referring to the first std::chrono::tzdb in the container.
# Declarations
const_iterator begin() const noexcept;
(since C++20)
const_iterator cbegin() const noexcept;
(since C++20)
# Return value
An iterator referring to the first std::chrono::tzdb in the container.