faberchri

Results 1 issues of faberchri

**Describe the bug** Comparing a date with itself (`d.isSame(d)`) returns false if the date is during daylight saving time. ``` // Running node with TZ='Europe/Zurich' d = dayjs.tz("2021-10-01 00:00:00", "Europe/Athens")...