Describe the bug
Hello, I'm scratching my head about this for the whole day and I cannot figure it out:
https://stackblitz.com/edit/dayjs-playground-cnp4tnka?file=package.json,index.js
For some reason this fails and I don't understand why:
All of these dates are the future dates, it was checked on multiple machines with both Windows and MacOS and all of them behave the same.
Expected behavior
The should not be called before logs should not be logged due to the dates being in the future.
Reproduction code
of('test')
.pipe(delay(new Date(2026, 9, 11, 18, 0, 5)))
.subscribe(() => {
console.log(
`should not be called before ${new Date(
2026,
9,
11,
18,
0,
5
).toString()}`
);
});
Reproduction URL
https://stackblitz.com/edit/dayjs-playground-cnp4tnka?file=package.json,index.js
Version
7.8.2
Environment
No response
Additional context
No response
Describe the bug
Hello, I'm scratching my head about this for the whole day and I cannot figure it out:
https://stackblitz.com/edit/dayjs-playground-cnp4tnka?file=package.json,index.js
For some reason this fails and I don't understand why:
All of these dates are the future dates, it was checked on multiple machines with both Windows and MacOS and all of them behave the same.
Expected behavior
The
should not be called beforelogs should not be logged due to the dates being in the future.Reproduction code
Reproduction URL
https://stackblitz.com/edit/dayjs-playground-cnp4tnka?file=package.json,index.js
Version
7.8.2
Environment
No response
Additional context
No response