World Clock
{{ getLocalTimeString() }}

EST and EDT — US Eastern Time

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

EST is Eastern Standard Time, UTC−5. EDT is Eastern Daylight Time, UTC−4. US Eastern Time uses EST in winter and EDT in summer, switching on the second Sunday in March and the first Sunday in November.

{{ 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 }}