aboutsummaryrefslogtreecommitdiff
path: root/src/lib/wallclock/lib_wallclock.md
blob: f21721f6f63f2b1f70b78a2e24a87604e7685750 (plain)
1
2
3
4
5
6
7
8
9
10
11
@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}.