timex v3.6.4 Release Notes

  • Potentially Breaking

    • Timex.set/2 now sets microseconds when setting :time from a %Time{} struct
    • 0️⃣ Timex.Duration.to_string/1 now returns PT0S instead of P for zero-length durations with the default formatter

    ➕ Added

    • Timex.set/2 now also accepts setting the :date from a %Date{} and :time from a %Time{} struct for NaiveDateTime

    🛠 Fixes

    • 🚀 Loosen tzdata dependency to allow 1.x releases