Convert time between different timezones using IANA timezone database. Supports 12/24-hour formats, specific dates, and automatic DST handling.
Coding
捷帮时区转换
Try it时区转换工具,提供全球时区查询和时间转换功能。当用户提到时区转换、世界时钟、不同时区时间对比、时差计算、UTC转换、北京时间转纽约时间、时区查询、跨时区会议时间等需求时使用此技能。
What it does
时区转换工具,提供全球时区查询和时间转换功能。当用户提到时区转换、世界时钟、不同时区时间对比、时差计算、UTC转换、北京时间转纽约时间、时区查询、跨时区会议时间等需求时使用此技能。
The skill document
捷帮时区转换
时区转换工具,基于捷帮工具站API,提供全球时区查询和时间转换功能。
何时使用
当用户有以下需求时触发本技能:
- 查询某个时区的当前时间
- 将一个时区的时间转换为另一个时区
- 计算两个时区之间的时差
- 跨时区安排会议时间
- UTC时间与本地时间互转
工作流程
- 确定用户需要的操作类型(convert/query)
- 调用对应的API接口
- 返回转换结果
1. 时区转换 (convert)
调用 main.py 的 timezone_convert 函数:
time: 要转换的时间(格式:YYYY-MM-DD HH:MM 或时间戳)from_tz: 源时区(如 Asia/Shanghai、America/New_York、UTC)to_tz: 目标时区
2. 时区查询 (query)
调用 main.py 的 timezone_query 函数:
timezone: 要查询的时区名称
常用时区名称
- 北京:Asia/Shanghai
- 东京:Asia/Tokyo
- 纽约:America/New_York
- 伦敦:Europe/London
- 悉尼:Australia/Sydney
- 洛杉矶:America/Los_Angeles
- UTC:UTC
输出格式
所有操作返回JSON格式结果,包含转换后的时间和时区信息。
Related skills
Answers time and timezone questions with live data from the worldclock.pro MCP server. Use when the user asks what time it is in a city or country, converts a time between zones (9am EST in Tokyo, UTC to local), schedules a meeting or call across time zones, asks when clocks change for daylight savi
Convert any time representation — unix timestamps (s/ms/us/ns), ISO 8601/RFC 3339/RFC 2822, strftime, spreadsheet serials, IANA timezones, natural language ("3 days ago"/"下周一"), date arithmetic, durations. Use for bare epoch numbers, timezone/format conversion, 时间戳转北京时间, or a whole time column.
图片格式转换与二维码生成工具 - 支持图片格式互转(PNG/JPEG/WebP/SVG/BMP)和自定义二维码生成。当用户提到图片格式转换、图片转格式、二维码生成、QR码制作、PNG转JPEG、WebP转换等需求时使用此技能。
开发者数据格式转换工具 - JSON/YAML互转、XML格式化、SQL格式化、进制转换、HTML实体编解码、Cron表达式解析。当用户提到JSON转YAML、YAML转JSON、XML格式化、SQL美化、进制转换、HTML编码解码、Cron表达式解析等需求时使用此技能。
AI Agent定时任务管理工具 - 通过自然语言创建、查询、完成、删除定时任务,查看执行日志和使用预设模板。支持Cron表达式、失败重试、模板快捷创建。当用户提到定时任务、cron、提醒、打卡、盯盘、定时执行、周期任务、任务调度等需求时使用此技能。