World Clock
{{ getLocalTimeString() }}

EET and EEST — Eastern European Time

The live current time in Eastern European Time, and what the abbreviation actually means. EET and EEST are the winter and summer halves of the same zone, which is why a bare EET label is ambiguous for half the year.

EET is Eastern European Time, UTC+2. EEST is Eastern European Summer Time, UTC+3. Eastern European Time uses EET in winter and EEST in summer, switching on the last Sunday in March and the last Sunday in October.

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

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

{{ solarPlace ? 'Today in ' + solarPlace.city : 'Today' }}

ISO week {{ pageWeek.week }} of {{ pageWeek.year }}
The sun does not set today.
The sun does not rise today.
Solar Noon
{{ zoneClockLabel(pageSolar.solarNoonMs) }}

{{ solarOffsetLabel }}

Daylight Saving

Your time zone does not currently observe daylight saving time, so its offset from UTC stays the same all year round.

Time Difference

Common Timezones

{{ timezone.city }}

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

Time Converter

Showing a shared time. The clock above is still live.

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, in every zone on your list. Pick a column where nobody is asleep.

Working hours 9:00–18:00 Awake, off the clock Asleep 23:00–7:00
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 }}