Skip to content

Use time.Round from Go stdlib for web terminal

What does this MR do?

Use time.Round from Go stdlib for web terminal

Why was this MR needed?

We use a Go version that has Round and there is no need for roundDuration anymore is it was a copy/paste from the source code of Go.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #3876 (closed)

Merge request reports