For efficiency in table space using moment.js, I am looking to utilize PT/ET instead of PST/EST.
HTML-
{{ moment.tz([2012,0],timezone).format('z')}} // It displaying EST/PST but I need only ET/PT.
Note: The timezone is dynamic, so regardless of the timezone, it should only display ET or PT without S/D indicating standard/daylight time at position 1.