Auto-detect your browser/system timezone info (timezone name, UTC offset, DST status), or enter a city name to look up its timezone
My Timezone is a convenient timezone detection and lookup tool. Open the page and it instantly detects your browser/system timezone info: timezone name, IANA identifier, UTC offset, current time (updated every second), and Daylight Saving Time (DST) status.
Beyond auto-detection, you can also search for the timezone of major cities worldwide. The built-in database covers 80+ cities across Europe, Asia, the Americas, Oceania, and Africa. Enter a city name in English to quickly look up its timezone. Results are displayed in a table showing timezone name, IANA identifier, UTC offset, DST status, and current local time.
This tool is perfect for remote team collaboration, quick timezone lookups, and developers debugging internationalization features.
This tool is fully client-side. Auto-detection uses JavaScript's Intl.DateTimeFormat().resolvedOptions().timeZone API to retrieve the user's system IANA timezone identifier (e.g., Asia/Shanghai). UTC offset is obtained via timeZoneName: 'longOffset' (e.g., GMT+08:00), and the human-readable timezone name via timeZoneName: 'long'.
DST detection compares January and July UTC offsets for a given timezone. If they differ and the current offset matches the larger one, DST is active. The city search uses a built-in mapping of 80+ cities to IANA timezone identifiers, supporting both exact and fuzzy matching.
View your timezone:
Open the page to instantly see your timezone name (e.g., China Standard Time), IANA identifier (Asia/Shanghai), UTC offset (GMT+08:00), current time, and DST status.
Search city timezones:
Type Tokyo in the search box and click Search to see: Japan Standard Time, Asia/Tokyo, GMT+09:00, and Tokyo's current local time. Type New York to see Eastern Time with DST status.
This tool belongs to the same timezone category as World Time: My Timezone shows your own timezone, while World Time lets you compare times across all time zones. To check your current IP location, use My IP Address. For timestamp conversion, Timestamp Converter turns timestamps into readable dates.