Run launch time does not match users' timezone
Describe the bug This issue can mislead users as far as difference in server time and users' can be really huge (e.g. 8-10 hours).
To Reproduce Steps to reproduce the behavior:
- go to User Account page
- set up a timezone of your choice
- open a project
- go to Runs page
- launch a manual/automated test run
- see the started at time differs from the timezone
Expected behavior Run launch time matches users' timezone.
Screenshots

I'm guessing that the timestamps on the left are UTC timestamps that are received from the client where the tests were executed (e.g. an Azure pipeline). The timestamps on the right look like local timestamps. If this is the case, maybe some explanation on the run-page is enough. Or timestamps on the left should be converted to local times to prevent confusion.
related to https://github.com/testomatio/app/issues/1058
Hi @Chiel-CBTC! We will add the Timezone setting to Project > Settings > Project > Administration > Timezone. You will need to set a timezone so new runs will have the right time. The feature will be published in the next release.