time v1.6 Release Notes

  • โž• 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