table of contents
other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::chrono::leap_second::date(3) | C++ Standard Libary | std::chrono::leap_second::date(3) |
NAME¶
std::chrono::leap_second::date - std::chrono::leap_second::date
Synopsis¶
constexpr std::chrono::sys_seconds date() const noexcept;
Obtains the date and time of the leap second insertion.
Return value¶
A std::chrono::sys_seconds representing the date and time at
which the leap second
was inserted.
2024.06.10 | http://cppreference.com |