Describe the bug
let d = dayjs(1596735327399);
console.log(d.millisecond()); // Will print 399
d = d.tz('America/New_York');
console.log(d.millisecond()); // Will print 0
Expected behavior
Milliseconds should be preserved.
Information
- Day.js Version: v1.8.33
- OS: macOS
- Browser: Chrome 84
- Time zone: GMT-04:00 DST
Describe the bug
Expected behavior
Milliseconds should be preserved.
Information