Kévin Berthommier
Results
123
comments of
Kévin Berthommier
This should be documented.
Fixed `agnosticAddDays` with negative TZs: ```js function agnosticAddDays(date, amount) { const originalTZO = date.getTimezoneOffset(); const endDate = dateFns.addDays(date, amount); const endTZO = endDate.getTimezoneOffset(); const dstDiff = originalTZO - endTZO; return...
@joecritch Can you look at this? It's been problematic for years