Convert time between different time zones. Select source and target time zones, enter the time to convert.
选择Source Time Zone和Target Time Zone,输入或选择要转换的时间,即可自动显示Target Time Zone的对应时间。本工具使用浏览器内置的Intl.DateTimeFormat API,支持所有IANA标准时区。
UTC(协调世界时)是基于原子钟的现代时间标准,GMT(格林威治标准时间)是基于天文观测的传统标准。实际使用中两者基本等同,但UTC更加精确。本工具中的时区偏移都是以UTC为基准的。
本工具使用Intl.supportedValuesOf('timeZone')获取浏览器支持的所有时区(通常超过400个),包括Asia/Shanghai、America/New_York、Europe/London等。您可以使用搜索框快速查找特定城市或地区的时区。
本工具使用浏览器的Intl API,会自动处理夏令时(DST)。每个时区的夏令时规则由浏览器的ICU数据库提供,确保转换结果始终准确。当Target Time Zone处于夏令时期间,会自动调整时间。