teambition / rrule-go

Go library for working with recurrence rules for calendar dates.
MIT License
310 stars 57 forks source link

Fix before, after and between inconsistent results with nanoseconds s… #57

Closed MDUK0001 closed 1 year ago

MDUK0001 commented 1 year ago

…upplied

Fix for: https://github.com/teambition/rrule-go/issues/56

zensh commented 1 year ago

Sorry, It can not be accepted. Nanoseconds truncation should be done before this methods calling.

MDUK0001 commented 1 year ago

OK no problem, thanks for looking