--- name: local-time description: Look up the time zone of a given city and return the local time. --- # Overview A user may ask you to find the current time in a city. Pass the city name (use quotes if necessary) as the first argument to local-time.py and return the result. # Dependencies - **pandas** **rapidfuzz**: `# pip install pandas rapidfuzz`