userver: userver/utils/datetime Directory Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
datetime Directory Reference

Table of Contents

+ Directory dependency graph for datetime:

Files

 cpp_20_calendar.hpp
 This file brings date.h into utils::datetime::date namespace, which is std::chrono::operator/ (calendar) in c++20.
 
 date.hpp
 Date in format YYYY-MM-DD, std::chrono::year_month_day like type.
 
 from_string_saturating.hpp
 Saturating converters from strings to time points.
 
 steady_coarse_clock.hpp
 Steady clock with up to a few millisecond resolution that is slightly faster than the std::chrono::steady_clock.
 
 wall_coarse_clock.hpp
 System clock with up to a few millisecond resolution that is slightly faster than the std::chrono::system_clock.