iamkun / dayjs

⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
https://day.js.org
MIT License
46.75k stars 2.28k forks source link

timezone Minute is Wrong #2130

Open leemoria opened 1 year ago

leemoria commented 1 year ago

console.log(moment.tz('1900-01-01 16:12:00', 'Etc/GMT+11').minute()) // 16 console.log(dayjs.tz('1900-01-01 16:12:00', 'Etc/GMT+11').minute()); // 17

why minute is wrong? @BePo65 @iamkun

Information

BePo65 commented 1 year ago

What did you do to answer this questiion?

what about the data requested under 'information'(time zone, OS etc...)?