timex v3.7.6 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿ“š The documentation on weekday formatting via %w and %u strftime directives and WDmon and WDsun 0๏ธโƒฃ default directives did not match, and worse, the behaviour had regressed as well and did not match the ๐Ÿ“„ docs for either. The behaviour now matches between the two formatters, as does the documentation, and aligns with the C strftime specification (i.e. Monday is 1..7, Sunday is 0..6)

    ๐Ÿ›  Fixed

    • ๐Ÿ“„ Clarify docs on comparison granularity for days/weeks
    • ๐Ÿ›  Fix incorrect weekday formatting (see #668)
    • ๐Ÿ‘€ Handled edge case where no locally-defined timezone is present (see #670)
    • ๐Ÿ‘€ Invalid validation of ambiguous date/times during parsing (see #674)