BSD-3-Clause licensed by Ashley Yakeley
Maintained by <[email protected]>
This version can be pinned in stack with:time-1.6.0.1@sha256:e32734410fdf10eb0d48b14708cc014bb64a6b25e15085b81c9dbd08bab3028e,4159

A time library

Changes

Change Log

[1.6.0.1]

  • Get building with earlier GHC versions
  • Set lower bound of base correctly

[1.6]

Added

  • FormatTime, ParseTime, Show and Read instances for UniversalTime
  • diffTimeToPicoseconds
  • this change log

Changed

  • Use clock_gettime where available
  • Read and Show instances exported in the same module as their types
  • Fixed bug in fromSundayStartWeekValid
  • Parsing functions now reject invalid dates
  • Various documentation fixes

[1.5.0.1]