Look up the corresponding time across UTC and major time zones for a given time (or current time). Supports UTC, Beijing, Tokyo, New York, London, Paris, Moscow, Sydney, Los Angeles, Dubai, and more
World Time is an interactive time zone reference tool that lets you quickly see the corresponding time across UTC and 28 major time zones worldwide. You can freely choose a base timezone (e.g., Beijing, New York, London) from a dropdown menu and pick any date and time using the datetime picker — the tool instantly generates a complete time zone table covering UTC+14 through UTC-12.
When you open the page, the base timezone defaults to Beijing (Asia/Shanghai) and the datetime picker is pre-filled with the current time, so you can see what time it is around the world right now with zero clicks. Results are displayed in a clean table sorted by UTC offset from east to west, with the base timezone row highlighted in blue for easy reference.
This tool is ideal for collaborating with overseas teams, scheduling international meetings, checking stock market trading hours across time zones, or planning international travel. No manual time zone math required — just pick a zone and time for accurate global time reference.
The core concept behind world time is UTC (Coordinated Universal Time), the global standard for timekeeping. Every time zone on Earth is defined by its offset from UTC — for example, Beijing is UTC+8 (8 hours ahead of UTC), while New York (Eastern Time) is UTC-5 (5 hours behind UTC). During Daylight Saving Time (DST), some time zones shift their offset, e.g., New York moves to UTC-4 in summer.
This tool is fully client-side, with all time zone calculations performed in the browser. Built with Vue 3, it uses the browser's built-in Intl.DateTimeFormat API to retrieve each time zone's real-time offset (automatically handling DST), then uses Date objects to convert UTC timestamps into local times for each zone. The time zone list uses IANA identifiers (e.g., Asia/Shanghai, America/New_York), with display names provided via language packs in ten languages.
Intl.DateTimeFormat API, which relies on the operating system's IANA time zone database (tzdata) and automatically determines whether each zone is observing DST based on the selected date. For example, selecting New York in July shows EDT (UTC-4), while January shows EST (UTC-5).View current global time:
Open the page to instantly see the current global time reference table with Beijing as the default base, 28 time zones sorted by UTC offset.
Switch base timezone:
Set the base timezone to "UTC+0 London/Lisbon" and the time to 2024-06-01 15:00 (London BST summer time) to see what time it is in every time zone at that moment.
Look up a historical moment:
Set the base timezone to "UTC+8 Beijing/Singapore" and the time to 2024-01-01 00:00:00 to see what time New Year's midnight was in every time zone around the world.
This tool belongs to the same time processing category as Timestamp Converter — use Timestamp Converter to turn Unix timestamps into readable dates before checking world time zones here. To confirm your own timezone, use My Timezone for auto-detection. When working with overseas IP information, pair it with My IP Address to see your current time zone. For network-related scenarios, IP Lookup provides more networking details.