package ptime
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  POSIX time for OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ptime-1.2.0.tbz
    
    
        
    
  
  
  
    
  
        sha512=b0c3240dd9e777a5e60b5269eb2e312fc644d29ef55e257d2f2538c03bf62274173ed36e13858c44d2dbee8fe375c9c483e705706e4aa5b3b5c4609ca6324a5c
    
    
  doc/index.html
Ptime v1.2.0
Ptime has platform independent support for POSIX time.
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.
Ptime_clock provides access to a system POSIX clock and the system's current time zone offset.
Ptime is not a calendar library.
Library ptime
- PtimePOSIX time values.
Library ptime.clock
- Ptime_clockPOSIX time clock.
This library also works with JavaScript, see the platform support.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page