ID EN
Time

clock_settime

Python 3.11

Set the time of the specified clock clk_id. Currently, CLOCK_REALTIME is the only accepted value for clk_id.

Syntax

PYTHON
time.clock_settime(clk_id, time: float)

See Also

CLOCK_REALTIME clock_settime_ns() float Availability