package ISO8601

  1. Overview
  2. Docs
ISO 8601 and RFC 3999 date parsing for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.6.tar.gz
md5=a460f01d409d51b7d537429881bfa276
sha512=82b5cbbb636346e8d010ee569c0fad2f00bef31c3177cfee80fc02a081c5fcfb7880bf2670fe4f46423e3ae99370626c7efffc9d332cae5cbd6377c975517b3f

CHANGELOG.md.html

CHANGELOG

0.2.6

  • migration to ocaml-community

  • move to dune

  • update travis build to use Docker

  • Merge branch 'test' into master, use dune for tests

0.2.5

  • Added unix requirement in META file

0.2.4

  • "pp_format: the 'minute' specifier is now modulo 60" (patch by Erkki Seppälä)

0.2.3

  • Fixed zero padding when printing time zone offset.

0.2.2

  • Fixed "Warning 40: tm_isdst was selected from type Unix.tm"

0.2.1

  • Fixing the previous important bugfix. (!)

  • Fixing the daylight time saving offset in timestamp.

0.2.0

  • Breaking change in API: functions with optionnal time zone argument splitted into 2 different functions. With and without time zone argument.

  • Used format-like function to be able to customize printing.

  • Added printers for basic format.

  • Important bugfix when using mktime.

0.1.3

  • Printer bugfix.

0.1.2

  • Printer bugfix.

0.1.1

  • Fixed OCaml 3.12.1 compatibility.

0.1.0

  • Permissive module will parse a superset of (a part of) the ISO8601 spec.

  • Printing of date / times / ... with the form defined as the extended format.