gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Fix SecToTime edge-cases

Open Gusted opened this issue 2 years ago • 0 comments

  • Currently there are edge-cases where the code fails to produce the correct results, this is mainly due to the misusage of the modulo operator. Well this could be fixed, it's better to use a more performant way and simply distract the previous number's cost to calculate the variables.
  • Resolves #20589

Gusted avatar Aug 02 '22 02:08 Gusted