Description
Provides a C++ date and time library built around the C++11, C++14, and C++17 chrono facilities. Developers use it to handle calendars, dates, durations, and time-related calculations more comfortably than with low-level APIs.
Install it when building C++ software that depends on chrono-date. Date and time handling can be subtle, so test time zones, leap days, and formatting rules that matter to the application.