Iskren Ivov Chernev

Results 130 comments of Iskren Ivov Chernev

@Etchelon if you really want a slick data package without extra baggage package one yourself. The source data is pretty well documented, and the moment-timezone pipeline is not terrible either....

Hey, 0.5.36 is now released (featuring 2022c tz data). @nickosepulveda the way moment-timezone works is that you have code and you have data, and you can always provide your own...

@gilmoreorless thank you! I've seen this question asked again and again, you can write up some of your excellent answers in a FAQ and we can put it up on...

Sounds like typescript issues. You get what you asked for :)

If it's just a for loop over some offsets, it could be done as a binary search (maybe not worth it if the changes are less than 100). I'm not...

Thank you @gilmoreorless for getting to the bottom of this.

@teelau @mark-henry can you please verify if the latest version 0.5.37 (based on 2022c) fixes your issue? There were some bugs in the pipeline that were resolved.

You can check https://github.com/moment/moment-timezone/issues/723 TL;DR: It's a feature

The reason for the "reduced range" is macos vs linux release machine. Unfortunately build process depends on zic/zdump, which come from OS. Check https://github.com/moment/moment-timezone/issues/999 Thankfully 0.5.37 has increased range, and...