If you want to manipulate the timezone per test:
beforeEach(() => { vi.stubEnv('TZ', 'UTC'); }); afterEach(() => { vi.unstubAllEnvs(); });