时区转换工具
在任意两个时区之间转换时间。适用于安排跨国会议。
如何使用本工具
- 1
Pick a date and time in the datetime-local field; it defaults to right now and is read as your computer's local time.
- 2
Choose a destination zone from the 'To' dropdown (UTC plus 12 common city zones across the Americas, Europe, Asia and Australia).
- 3
Read the converted full date and time shown in the highlighted box below, formatted in US English.
- 4
Adjust the date to a different day if you want to check how daylight saving shifts the result.
什么是时区转换工具?
时区运算是出了名的容易出错:夏令时规则因国家而异,且每隔几年就会变动。本转换工具使用浏览器内置的Intl.DateTimeFormat,它遵循当前的IANA时区数据库。若需在服务器端处理时区,请使用Luxon或date-fns-tz这类库。
常见使用场景
Check what time your 3pm local call lands at for a colleague in Tokyo, Berlin, or Sydney.
Confirm the UTC equivalent of a local deadline before filing it in a ticket or changelog.
See whether a date you picked falls inside daylight saving by comparing two nearby dates.
Translate a webinar start time from your local clock into a US Eastern or Pacific figure for an announcement.
Sanity-check a cron or batch-job time you reason about in local terms against UTC.
Plan a flight or call window by reading your departure-local time as it appears in Asia/Kolkata or America/Sao_Paulo.
常见问题
它能处理夏令时吗?▼
为什么会议默认使用PST或UTC?▼
相关工具
JWT解码器
即时解码JSON Web Token(JWT)。完全在你的浏览器中运行:令牌绝不会离开你的设备,可安全用于生产环境的密钥。
JSON格式化与校验工具
在线格式化、校验和压缩JSON。完全在你的浏览器中运行:你的数据永远不会离开你的设备。
XML格式化工具
格式化并美化XML文档。适用于SOAP、站点地图、RSS订阅源和配置文件。
Base64编码与解码工具
将字符串编码为Base64,或将Base64解码为文本。尊重你的隐私:全部在你的浏览器中运行。
URL编码与解码工具
将文本转换为URL安全的编码(百分号编码),或进行反向转换。适用于查询字符串、重定向和OAuth流程。
HTML实体编码与解码工具
将特殊字符转换为HTML实体(&、<等),或进行反向转换。适用于将文本安全地嵌入HTML。