Title says it all. Is there a way to convert a time zone by city to a time zone by region?
Ideally without a hardcoded map, but with built in Date functions?
examples:
America/New_York => Eastern
America/Chicago => Eastern
America/Los_Angeles => Pacific
I can already get the offset and local time from the time zones I have now. I just want to see if there's a way to get the "parent" time zone for ui/orgnaization purposes.