World Time Zone Converter
Convert times between world cities. Auto-handles DST, shows working hours, supports 22 popular timezones. Uses IANA standard.
Source time
Target timezones
Time Zone Converter uses Intl.DateTimeFormat with IANA timezones — automatically handles DST (daylight saving). Red bands on the timeline = outside 9-17h working hours.
When you need a timezone converter
- International team meetings: working with US/EU teammates — know what "9 AM Vietnam" is in SF, NYC, London.
- Schedule meetings: send Calendly invites across timezones — pick a slot that works for everyone.
- Trading stocks: know when each market opens, plus pre-market and after-hours sessions.
- Streaming: Twitch, YouTube live — when is your US audience awake? Your EU audience?
- Remote work: async standups with teammates in Sydney, Bangalore, NYC — find overlap windows.
What is DST (Daylight Saving Time)?
Each spring, several countries (US, EU, Australia) shift clocks forward 1 hour. In autumn they shift back. The goal: make better use of daylight and reduce electricity for lighting.
- Vietnam, Thailand, Indonesia, Singapore, China, Japan, Korea: NO DST.
- US: changes twice a year. NYC is EDT (UTC-4) Mar-Nov, EST (UTC-5) Nov-Mar.
- EU: changes on the last Sunday of March and October. London is BST (UTC+1) in summer, GMT (UTC+0) in winter.
- Australia: opposite seasons — Sydney is AEDT (UTC+11) Oct-Apr, AEST (UTC+10) Apr-Oct.
The tool uses standard Intl.DateTimeFormat — DST is handled correctly for any date.
Southeast Asia timezones
- 🇻🇳 Vietnam (Asia/Ho_Chi_Minh): UTC+7
- 🇮🇩 Western Indonesia (Asia/Jakarta): UTC+7
- 🇹🇭 Thailand (Asia/Bangkok): UTC+7
- 🇸🇬 Singapore (Asia/Singapore): UTC+8
- 🇲🇾 Malaysia (Asia/Kuala_Lumpur): UTC+8
- 🇵🇭 Philippines (Asia/Manila): UTC+8
VN, western Indonesia, Thailand all share UTC+7. Singapore/KL/Manila are 1 hour ahead at UTC+8. Noon meetings in Vietnam = 1 PM in Singapore.
Who this is for
Backend devs, API integrators, anyone debugging JSON/YAML/CSV payloads or working with structured data.
FAQ
Is my sensitive data safe?
Yes. JSON/YAML/CSV you paste is NOT uploaded to any server. All processing happens locally in your browser.
Is there a size limit?
Browser RAM dependent. Files under 10MB run smoothly. Larger files may freeze the tab.
Related tools
See all tools →JWT Decoder
Decode JWT tokens — header, payload, claims with readable timestamps.
NEWJSON Formatter
Format / minify / validate JSON. Sort keys A-Z, custom indent, Ctrl+Enter shortcut.
NEWUUID / Hash / Base64 / URL
Bundle: UUID v4, SHA-256/512 hash, Base64 (URL-safe), URL encode.
NEWJSONPath Tester
Test JSONPath queries against JSON samples. Pick data from API responses, debug structured output. Recursive descent + filters.