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
查询给定城市所在的时区,并返回当地时间。
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.
# pip install pandas rapidfuzz