I would like to set (actually mock) a timezone in my Vitest tests to get deterministic results in all time zones they will run in. I run my tests on a local machine and also in CI/CD environments that have different timezones.
I've searched for some answers on Stackoverflow but haven't found a good cleare way to do it in vitest.