You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format.ITime returns incorrect output for negative values. E.g. in the following example you'd expect -1 second but you get -01:59:59 because the %/% used in format.ITime does not work as intended for values <0.
Hi,
format.ITime returns incorrect output for negative values. E.g. in the following example you'd expect -1 second but you get -01:59:59 because the
%/%
used in format.ITime does not work as intended for values <0.A solution could look like this:
EDIT: tested with a current cvs version of data.table.
Thx
Stefan
The text was updated successfully, but these errors were encountered: