I need to get timezone by name from PST, PDT, EST etc information. Such as
EST = America/New_York
PDT = America/Los_Angeles
I have PST, EST string and I need a standard timezone like above within this timezone area. How can I achieve this? So it will like this When I get EST it will generate America/New_York When PDT it will generate America/Los_Angeles etc..