time icon indicating copy to clipboard operation
time copied to clipboard

[mirror] Go supplementary time packages

Results 2 time issues
Sort by recently updated
recently updated
newest added

When burst is 1, there would be edge cases we get tokens of 0.9999999999997222 due to float64 multiplication/division rounding out value. So avoid those calculation when 'last' is old enough...

cla: yes

This lets users check for the type of error more easily. The change is also backwards compatible for users that may use error string based comparisons as a workaround.

cla: yes