Iskren Ivov Chernev

Results 130 comments of Iskren Ivov Chernev

@nezriffic what you could do is start jumping by 6 months (i.e january - may) and look at the offset. If you get the diff of the offsets you'll get...

If you insist, just use the moment.tz.link feature and add aliases yourself (for your project), just don't expect us to maintain such a list.

@andyhokl other than documenting that `isDST` is a hack, I don't see much else possible. You could add some code on your end to handle these specific timezones, esp if...

> The core problem is that the current build process is highly dependent on the version of zdump Ah, @gilmoreorless already troubleshooted this. Nice. Closing this for now. About using...

According to IANA's data (2022c), after Mar 8, 2020 10:00:00 UTC, the offset for America/Dawson is ALWAYS -07:00: ``` America/Dawson Sun Mar 8 09:59:59 2020 UT = Sun Mar 8...

moment-timezone version 0.5.36 (2022c) released.

@gilmoreorless even I learned a few things :) The ubuntu installer had a nice timezone selector, which shows a map and a green area that "covers" the selected timezone. I...

Can you please provide exact examples, expected, actual results. Normally moment-timezone releases have DST info up until 2037 (well some have until 23xx but this is a bug : https://github.com/moment/moment-timezone/issues/768).

Yep, moment-timezone is a "dumb" consumer of IANA, and it doesn't even export everyting IANA has. If you really need such information you should source it yourself (given that even...

OK, yet another implementation of next/previous transition, this one using `_index`. Figure out which one is more appropriate: #431