Ad
  • Default User Avatar

    This is actually still a problem. Truncating decimal values for the seconds does not work for all random test cases. Truncating/dropping decimal values if the same as using floor(), however using floor does not work. Rounding (as in round()) works 90% of the time and ceil() definitely does not work.