class utc_clock;
(since C++20)The clock std::chrono::utc_clock
is a Clock that represents Coordinated Universal Time (UTC). It measures time since 00:00:00 UTC, Thursday, 1 January 1970, including leap seconds.
utc_clock
meets the Clock requirements. It does not meet the TrivialClock requirements unless the implementation can guarantee that now() does not throw an exception.
rep
signed arithmetic type representing the number of ticks in the clock's duration period
a std::ratio type representing the tick period of the clock, in seconds duration
std::chrono::duration<rep, period>, capable of representing negative durations time_point
std::chrono::time_point<std::chrono::utc_clock> [edit] Member constants
constexpr bool is_steady
[static]
true if the time between ticks is always constant, i.e. calls to now() return values that increase monotonically even in case of some external clock adjustment, otherwise falseutc_time
to sys_time
sys_time
to utc_time
The official UTC epoch is 1 January 1972. utc_clock
uses 1 January 1970 instead to be consistent with std::chrono::system_clock.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4