Iskren Ivov Chernev
Iskren Ivov Chernev
oh, snap, npm publish is dumb, I'll release 0.5.37...
0.5.37 released
I use Linux, if the issue is really related to that, we could release a few different versions with different year spans. I mean we have bundles (with code) for...
I just checked -- on a MacOS zdump is 32bit, so it ends around 2047, and on Linux it can go up to 2437. I think the "correct" one is...
Yep, I can verify that the bug exists. We could try to extract pieces (year, month, day, hour, minute, second) and re-create a new moment from that, it should work...
Possibly related to #935
@trevorgehman well, there are 2 parts in this, if guess indeed uses `Intl` in your case, then it is "not our problem". Maybe it could make sense to add an...
I'm a bit confused here, what exactly is the issue with moment and how should we fix it? Would `peerDependency` work?
Is this still an issue?
Yep, I can reproduce this issue on latest moment + moment-timezone. Some mechanism to request "current local time" from moment to moment-timezone might be required.