Time Zone Converter

# Introduction The goal of this challenge is to create a Python function that can convert the current UTC time to the local time of a specified timezone. The function will use the World Clock API to fetch the current UTC time, and the pytz library to convert the time to the specified timezone.

|60 : 00

Click the virtual machine below to start practicing