diff --git a/changelog.d/693.feature.rst b/changelog.d/693.feature.rst index 18926353396b9fa1c36786e675cbd34d14bc5b1e_Y2hhbmdlbG9nLmQvNjkzLmZlYXR1cmUucnN0..9918b4c81a9233abe6c4fafaff98d4490623aaf3_Y2hhbmdlbG9nLmQvNjkzLmZlYXR1cmUucnN0 100644 --- a/changelog.d/693.feature.rst +++ b/changelog.d/693.feature.rst @@ -1,1 +1,1 @@ -Adds a feature when initializing an rrule with a specified UNTIL but without an explicitly specified DTSTART so that the generated DTSTART takes on the time zone of the UNTIL. Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). \ No newline at end of file +Fixed a bug where automatically generated DTSTART was naive even if a specified UNTIL had a time zone. Automatically generated DTSTART will now take on the timezone of an UNTIL date, if provided. Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693).