std::chrono::year::min

From cppreference.com
< cpplrm; | chronolrm; | year
Date and time utilities
(C++11)
(C++11)
Clocks
(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
static constexpr std::chrono::year min() noexcept;
(since C++20)

Returns the smallest possible year, that is, std::chrono::year(-32767).

Return value

std::chrono::year(-32767)