Back to skills
extension
Category: Content & MediaNo API key required

local-time

Look up the time zone of a given city and return the local time.

personAuthor: jakexiaohubgithub

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