Convert time, obtained by an api

I have an api that returns a date in UTC format, I want to convert to my America/xxxx time zone, or something like UTC-X

last_updated "2021-10-30T01:00:52.941Z"

after converting it, cutting the output to something like this 20:10:05

Thanks in advance.

KLWP