This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
26
unikernel/duniverse/ptime/doc/index.mld
Normal file
26
unikernel/duniverse/ptime/doc/index.mld
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{0 Ptime {%html: <span class="version">v1.2.0</span>%}}
|
||||
|
||||
{!Ptime} has platform independent support for POSIX time.
|
||||
|
||||
It provides a {{!Ptime.t}type} to represent a well-defined range of
|
||||
POSIX timestamps with picosecond precision, conversion with
|
||||
{{!Ptime.date_time}date-time values}, conversion with
|
||||
{{!Ptime.rfc3339}RFC 3339 timestamps} and {{!Ptime.print}pretty
|
||||
printing} to a human-readable, locale-independent representation.
|
||||
|
||||
{!Ptime_clock} provides access to a
|
||||
{{!Ptime_clock.platform_support}system POSIX clock} and the system's
|
||||
current time zone offset.
|
||||
|
||||
Ptime is not a calendar library.
|
||||
|
||||
{1:ptime Library [ptime]}
|
||||
|
||||
{!modules: Ptime}
|
||||
|
||||
{1:ptime_clock Library [ptime.clock]}
|
||||
|
||||
{!modules: Ptime_clock}
|
||||
|
||||
This library also works with JavaScript,
|
||||
see the {{!Ptime_clock.platform_support}platform support}.
|
||||
Loading…
Add table
Add a link
Reference in a new issue