I receive an iso string with time zone like this: 2021-07-08T11:22:33+0200
.
How can I get the time zone identifier (like Europe/Stockholm
) from that string?
Note that I don't need my local or browser's time zone, but that one from the received date "+0200".