Thank you for taking an interest in rrule! Please include the following in
your report:
[x] Verify that you've looked through existing issues for duplicates before
creating a new one
[ ] Code sample reproducing the issue. Be sure to include all input values you
are using such as the exact RRule string and dates.
[x] Expected output
[x] Actual output
[x] The version of rrule you are using
[x] Your operating system
[x] Your local timezone (run $ date from the command line
of the machine showing the bug)
Issue
When comparing rule.toText() and rule.all() the amount of digits given for the date (day in month) isn't the same. This is a very minor issue, but would it be possible to homogenize and have either both be in double digits, or single digits?
Expected Output for rule.toText(): every day until April 02, 2021 (~ approximate)
Actual Output for rule.toText(): every day until April 2, 2021 (~ approximate)
RRule version: 2.2.9
Operating System: Windows 10
Timezone: UTC+1
Reporting an issue
Thank you for taking an interest in
rrule
! Please include the following in your report:rrule
you are using$ date
from the command line of the machine showing the bug)Issue
When comparing
rule.toText()
andrule.all()
the amount of digits given for the date (day in month) isn't the same. This is a very minor issue, but would it be possible to homogenize and have either both be in double digits, or single digits?Expected Output for
rule.toText()
:every day until April 02, 2021 (~ approximate)
Actual Output forrule.toText()
:every day until April 2, 2021 (~ approximate)
RRule version: 2.2.9 Operating System: Windows 10 Timezone: UTC+1