I need to use PT/ET instead of PST/EST in order to save the space in table using moment.js
HTML-
{{ moment.tz([2012,0],timezone).format('z')}} // It displaying EST/PST but I need only ET/PT.
Note- Timezone is dynamic, So I want for any timezone it should not show S/D stands for standard/Daylight at position 1.