Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement repeating intervals #6

Open
bolsote opened this issue Nov 6, 2020 · 0 comments
Open

Implement repeating intervals #6

bolsote opened this issue Nov 6, 2020 · 0 comments
Assignees
Milestone

Comments

@bolsote
Copy link
Owner

bolsote commented Nov 6, 2020

Once durations are properly parsed and arithmetic operations with them implemented, the next step would be to support ISO 8601 repeating intervals. These would be string such as this one:

R5/2008-03-01T13:00:00Z/P1Y2M10DT2H30M

This means we repeat the interval P1Y2M10DT2H30M 5 times, starting at 2008-03-01T13:00:00Z.

Recurring intervals are described in great detail in the standard ISO 8601, part 1.

@bolsote bolsote added this to the 20.12.0 milestone Nov 6, 2020
@bolsote bolsote self-assigned this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant