Auto-detect your browser/system timezone info (timezone name, UTC offset, DST status), or enter a city name to look up its timezone
| {{ L('tool_ui/mt_tz_name') }} | {{ L('tool_ui/mt_tz_id') }} | {{ L('tool_ui/mt_offset') }} | {{ L('tool_ui/mt_dst') }} | {{ L('tool_ui/mt_current_time') }} |
|---|---|---|---|---|
| {{ selectedInfo.tzName }} | {{ selectedInfo.tzId }} | {{ selectedInfo.offsetStr }} | {{ selectedInfo.isDST ? L('tool_ui/mt_dst_yes') : L('tool_ui/mt_dst_no') }} | {{ selectedInfo.currentTime }} |