Get timezone list from moment.js

Viewed 8618

I need to create a select with the following values,

Eastern Standard Time (EST, GMT-5:00)
Central Standard Time (CST, GMT-6:00)
Mountain Standard Time (MST,GMT-7:00)
Phoenix Standard Time (PNT, GMT-7:00)
Pacific Standard Time (PST, GMT-8:00)

is there a way to do it through moment.js ?

1 Answers
Related