返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

local-time

查询给定城市所在的时区,并返回当地时间。

person作者: 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