Time Zone to clock

Hello

travelling is a challenge with HA…

i am trying to display the time of “where i am”

i was able to get the “Current Time Zone” of my phone = “Pacific Daylight Time”

i was able to get the attribute of “Current Time Zone” =America/Vancouver

sensor:
- platform: attributes
friendly_name: “WhereIAm”
attribute: time_zone_id
entities:
- sensor.sm_t220_tab_current_time_zone

Now i would like to have get the time base on the “time_zone_id”

Any help would be apreciated