Ptime provides 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 (https://datatracker.ietf.org/doc/html/rfc3339)
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.
* Thu Sep 12 2024 Jerry James <loganjerry@gmail.com> 1.2.0-1
- Version 1.2.0
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> 1.1.0-10
- Fix the VCS field
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> 1.1.0-9
- OCaml 5.2.0 ppc64le fix
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> 1.1.0-8
- OCaml 5.2.0 for Fedora 41
* Thu May 23 2024 Jerry James <loganjerry@gmail.com> 1.1.0-7
- Add VCS field
* Fri Feb 02 2024 Jerry James <loganjerry@gmail.com> 1.1.0-6
- Rebuild for changed ocamlx(Toploop) hash
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> 1.1.0-3
- OCaml 5.1.1 + s390x code gen fix for Fedora 40
* Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> 1.1.0-2
- OCaml 5.1.1 rebuild for Fedora 40
* Wed Nov 22 2023 Jerry James <loganjerry@gmail.com> 1.1.0-1
- Initial RPM (rhbz#2242903)