Tom-Neo
Results
1
issues of
Tom-Neo
**Description** fromJSDate with the max valid JS Date produce invalid luxon DateTime. **To Reproduce** const jsdate = new Date(8640000000000000); const dt = DateTime.fromJSDate(jsdate); console.log( dt.invalidReason ); **Actual vs Expected behavior**...