Default weekday checked is off by one
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2902733. -->
Reported by: [sleepingmonk](https://www.drupal.org/user/53471)
>>>
<p>When populating the default values for repeat weekly, the selected day of the week is the day before the week selected in the date field.</p>
<p>In date_recur_rrule.widget.js the week day definitions start on Monday, but the default options shift "6" to the front of the list. Moving it back to the end resolves my issue. </p>
<p>Patch incoming.</p>
issue