mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
76e8effc7b
(This copies documentation from doc/HACKING/design, and edits for concisensess and clarity.)
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
/**
|
|
@dir /lib/wallclock
|
|
@brief lib/wallclock: Inspect and manipulate the current time.
|
|
|
|
This module handles our concept of "what time is it" or "what time does the
|
|
world agree it is?" Generally, if you want something derived from UTC, this
|
|
is the module for you.
|
|
|
|
For versions of the time that are more local, more monotonic, or more
|
|
accurate, see \refdir{lib/time}. For parsing and encoding times and dates,
|
|
see \refdir{lib/encoding}.
|
|
|
|
**/
|