Iskren Ivov Chernev
Iskren Ivov Chernev
Can you give an example timezone that falls in this? Currently there is [this](https://github.com/moment/moment-timezone/blob/develop/tasks/data-collect.js#L31) inside collect, but what happens on length 13 is the question ;-) I also added the...
Ooh, binary search, nice. I hope to merge this soon.
Exactly, tell these guys to solve it, not us: https://www.iana.org/time-zones
@wclr if your project needs some heavy lifting around all the timezones, it makes sense to use the IANA database directly (i.e compile what is necessary and use it in...
@AshwinTayson long story short, moment-timezone uses IANA tzdata https://www.iana.org/time-zones. If you're really unhappy with the zone naming, you can submit a request to them, keep in mind they have strict...
@EdenEdk can you please sign the CLA? Also what is the usecase of passing an undefined locale? What should (did) happen in this case?
:cherries: :cake: @gilmoreorless thank you!
@guimap can you provide an example where the bug manifests? Also I'd rather just merge the 2 lines that fix the bug, don't worry about Travis, I hate when you...
@lucapu88 yep, using a proper format always helps, especially when you know it :)
@aharon-vish as a start, learn the difference between a timezone (a set of rules specifying DST (daylight saving time) changes and fixed offsets) and a locale (a set of rules...