Timezone Q&A

What is the difference between EST, EDT, and ET?

EST means Eastern Standard Time, EDT means Eastern Daylight Time, and ET is the safer umbrella term for the Eastern timezone. Use ET or a city like New York when daylight-saving accuracy matters.

When this helps: Use this when a timezone abbreviation or daylight-saving rule is causing confusion. Check the exact date

Use ET for people

When scheduling with humans, ET is usually safer than EST because it lets the calendar system apply the correct seasonal offset.

Use UTC for systems

For logs, incidents, deployments, and APIs, UTC is safer because it avoids daylight-saving ambiguity.

Use a city for conversion

A city such as New York maps to an IANA timezone and lets conversion tools account for daylight-saving changes.

How to choose the label

Use EST or EDT when the offset itself is the point. Use ET, New York, or another city when a calendar invite should follow the local clock across the year. This distinction matters because a correct city-based result can show EDT in summer even if the original search used EST.

Examples

  • EST is UTC-5 and applies during standard time.
  • EDT is UTC-4 and applies during daylight-saving time.
  • ET usually means the local Eastern timezone, letting the date decide EST or EDT.

Before you send it

  • Use ET or New York for calendar invites with real dates.
  • Use EST only when UTC-5 is specifically required.
  • Use UTC for logs, APIs, and incident timelines.
  • If a tool shows EDT on an EST page, check whether it is using city timezone rules for the selected date.
  • When sharing a public event, include the UTC offset beside the abbreviation so readers know the fixed meaning.