On this page
std::chrono::local_t
Defined in header <chrono> |
||
|---|---|---|
|
(since C++20) |
The class local_t is a pseudo-clock that is used as the first template argument to std::chrono::time_point to indicate that the time point represents local time with respect of a not-yet-specified time zone. local_time supports streaming and the full set of time point arithmetic.
Time point family
Defined in namespace std::chrono |
||
|
(since C++20) | |
|
(since C++20) | |
|
(since C++20) |
|
(C++20)
|
performs stream output on a local_time (function template) |
|
(C++20)
|
parses a local_time from a stream according to the provided format (function template) |
|
(C++20)
|
formatting support for local_time (class template specialization) |
See also
|
(C++20)
|
represents a time zone and a time point (class) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/local_t