round_date interprets secs > 60 in unexpecteed way #661
Comments
Actually truncation with seconds > 60 was never intended. So I would rather make this an error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot for the helpful package!
but
This is dangerous when handling durations e.g. in seconds, only: when the durations exceeds a minute, the result is unexpected. In this case, at least a warning should be issued.
The text was updated successfully, but these errors were encountered: