I'm using the moment.js library to get a list of time zone names via moment.tz.names(). But this query returns a list of 500+ options, which is a lot. Is there some alternative way to get a short list? I couldn't find the answer in the documentation.