Skip to content

dune-universe/ptime

This branch is 1 commit behind dbuenzli/ptime:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2025
c53743f · Feb 26, 2025
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Feb 26, 2025
Nov 28, 2021
Feb 15, 2022
Jul 6, 2015
Sep 10, 2024
Oct 4, 2019
Sep 10, 2024
Jul 25, 2018
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Dec 2, 2022

Repository files navigation

Ptime — POSIX time for OCaml

Ptime has platform independent POSIX time support in pure OCaml. It provides a type to represent a well-defined range of POSIX timestamps with picosecond precision, conversion with date-time values, conversion with RFC 3339 timestamps and pretty printing to a human-readable, locale-independent representation.

The additional Ptime_clock library provides access to a system POSIX clock and to the system's current time zone offset.

Ptime is not a calendar library.

Ptime has no dependency. Ptime_clock depends on your system library or JavaScript runtime system. Ptime and its libraries are distributed under the ISC license.

Home page: http://erratique.ch/software/ptime

Installation

Ptime can be installed with opam:

opam install ptime

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc mtime.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.

Sample programs

See test/min_clock.ml.

If you installed ptime with opam sample programs are located in the directory opam var ptime:doc.

Packages

No packages published

Languages

  • OCaml 92.6%
  • C 6.0%
  • JavaScript 1.4%