79601473

Date: 2025-05-01 06:29:51
Score: 1
Natty:
Report link

If you want to manipulate the timezone per test:

beforeEach(() => {
  vi.stubEnv('TZ', 'UTC');
});

afterEach(() => {
  vi.unstubAllEnvs();
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jasha