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

Fix Timezone issues with UNTIL and DTSTART #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leaanthony-sc
Copy link

Fixes: #67

This PR contains the following fixes:

  • Ensures that datetime format for DTSTART is the same as UNTIL if given
  • If UNTIL is given and the datetime format is local, the time is interpreted in the timezone given in DTSTART if given (UTC is default)
  • Ensures that if a timezone is specified in DTSTART, the UNTIL time is not in UTC

Added tests for each scenario addressed.

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.

UNTIL is always interpreted as UTC
1 participant