Skip to content
Snippets Groups Projects
Unverified Commit b9dc2f35 authored by Victor Engmark's avatar Victor Engmark Committed by GitHub
Browse files

test: time difference with time zone (#22782)

parent 61221f4b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@ sudo apt-get update
sudo apt-get install -y git build-essential nodejs yarn
```
#### Nix
To enter a development shell with the necessary packages, run `nix-shell --packages gcc gitFull nodejs yarn`.
#### Windows
Follow these steps to set up your development environment on Windows 10.
......
......@@ -7,7 +7,7 @@ import {
} from './date';
describe('util/date', () => {
const t0 = DateTime.fromISO('2020-10-10');
const t0 = DateTime.fromISO('2020-10-10', { zone: 'utc' });
beforeAll(() => {
jest.useFakeTimers();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment