World Clock
{{ getLocalTimeString() }}

World Clock — Real-Time Time Zones

See the current time in cities worldwide, convert any date and time between time zones, and line up working hours on a single timeline. The clock is synced to network time, not to this device.

{{ selectedTimezone ? selectedTimezone.city + ' Time' : 'Current Local Time' }}

{{ timeDifferenceInfo }}
{{ getLocalTimeString() }}
{{ getLocalDateString() }}
{{ selectedTimezone ? selectedTimezone.timezone : localTimezone }}

Common Timezones

{{ timezone.city }}

{{ getOffsetLabel(timezone) }}
{{ getTimeString(timezone) }}
{{ getDateString(timezone) }}
{{ getDayLabel(timezone) }}

Time Converter

Pick a valid date and time to convert.

Showing {{ convertSourceTime }} on {{ convertSourceDate }} in every timezone below.

  • {{ row.city }}
    {{ row.offset }} · {{ row.date }}
    {{ row.time }}
    {{ row.dayDelta }}

Meeting Planner

Your day, hour by hour. Highlighted cells are working hours (9:00–18:00) in each timezone.

Local hour
{{ h - 1 }}
{{ row.city }}
{{ getZoneOffset(row.timezone) }}
{{ cell.label }}

Timezone Search

City Timezone Current Time Action
{{ result.city }} {{ result.timezone }} {{ getTimeString(result) }}

Contact Us

{{ emailStatus.message }}