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 error in calc_offset_date for 1y #18

Closed
jgclark opened this issue Aug 1, 2020 · 2 comments
Closed

Fix error in calc_offset_date for 1y #18

jgclark opened this issue Aug 1, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jgclark
Copy link
Owner

jgclark commented Aug 1, 2020

When processing Birthdays, got this error:

Error in calc_offset_date from 2020-08-02 by 1y
@jgclark jgclark added the bug Something isn't working label Aug 1, 2020
@jgclark jgclark self-assigned this Aug 1, 2020
@jgclark
Copy link
Owner Author

jgclark commented Aug 1, 2020

Now finding that

* [x] test 2 @repeat(+1y)  @done(2020-08-02 00:15)

turns into

* [x] test 2 @repeat(+1y)  @done(2020-08-02 00:15)
* [x] test 2 @repeat(+1y)  @done(2020-08-02)
* [>] test 2 @repeat(+1y)   >2021-08-02

So more to fix.

jgclark added a commit that referenced this issue Aug 2, 2020
@jgclark
Copy link
Owner Author

jgclark commented Aug 19, 2020

Fixed in v1.4.3.

@jgclark jgclark closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant