We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cf97d commit c6f5be9Copy full SHA for c6f5be9
Doc/c-api/time.rst
@@ -81,8 +81,8 @@ Functions
81
82
.. c:function:: PyTime_t PyTime_Time(void)
83
84
- Return the time in nanoseconds since the epoch_. Similar to
85
- :func:`time.time_ns`; see :func:`time.time` for details.
+ Return the time in nanoseconds since January 1, 1970, 00:00:00 (UTC).
+ Similar to :func:`time.time_ns`; see :func:`time.time` for details.
86
87
If reading the clock fails, silently ignore the error and return ``0``.
88
0 commit comments