jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

toText always has Monday as the first day of the week (and Sunday as last) ignoring wkst #488

Open cohenstyle opened 2 years ago

cohenstyle commented 2 years ago

Paste this rule into the demo: RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE,TH,SU;WKST=SU

Expect: every week on Sunday, Wednesday, Thursday Get: every week on Wednesday, Thursday, Sunday

Locally I am using 2.6.8 on a mac in Eastern time. Not sure what the demo uses.

Reporting an issue

Thank you for taking an interest in rrule! Please include the following in your report:

miguelarcjr commented 2 years ago

Same problem

caposher commented 2 years ago

same here :(