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

correct full date repeating RRule and Luxon disagree on date format (utc vs Local) #39

Closed
wants to merge 11 commits into from

Conversation

sdetweil
Copy link
Contributor

fixes #36

now that we store dates in utc format, full date repeating east of UTC are offset wrong for luxon

@jens-maus
Copy link
Owner

Sorry, but your PR is showing way to much commits from a different/old PR. Please rebase your master branch to the latest master branch of node-ical, the generate a dedicated branch and do not send in PR based on your master branch which obviously is/was not on the latest HEAD of node-ical. This is not how PRs should be submitted.

@jens-maus
Copy link
Owner

See the following link for a nice walk-through/tutorial on how to deal with PRs:

https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github

Take special note on the section on working on a dedicated branch before submitting a PR and also how to update the branch over time in case the upstream (here node-ical) has checked in things in the meantime.

@sdetweil sdetweil closed this Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

full day repeating rule event east of utc get initial date wrong.
2 participants