Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upround_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. |
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.