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

Add RruleOption parsing in particular location #11

Merged
merged 1 commit into from
May 28, 2018

Conversation

egorbunov
Copy link
Contributor

It turns out that RFC allows specifying UNTIL option and others without specifying time zone (in local time) and that seems to be a problem during parsing RRULE from string because before this change it was using standard time.Parse() function which, in case tz is not encoded in given string, creates date with Local tz (Correct me if I am wrong).

@coveralls
Copy link

coveralls commented May 27, 2018

Coverage Status

Coverage decreased (-0.2%) to 98.117% when pulling 752a9bf on egorbunov:master into fb08505 on teambition:master.

@zensh zensh merged commit 60b1ace into teambition:master May 28, 2018
@zensh
Copy link
Contributor

zensh commented May 28, 2018

💯
v1.0.1 released.

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.

None yet

3 participants