Hi,
When we run a query in Redash, it brings the result in seconds, we need it in milliseconds, how can we do that?

Thanks

There is no setting that controls this. You will need to modify the source code.

Example

Change this line like so:

              <strong>{queryResultData.runtime * 1000} milliseconds</strong>

And the result will appear like this in the browser:

Thank you for the request,
We are using Redash in docker, how can i do in this case?
I never did this modifications. If you could explaim how i do.