MacOSX Bash / Shell Snippet: Convert time between timezones

Today I made a few API calls to debug something and took a look at the timestamps the objects were created at. The time was saved in ISO-8601 UTC but I needed it in my own timezone so I wrote a little shell one-liner. I however noticed that most articles online describe how it’s done ...