Americas · Canada

Current time in Toronto

Eastern Standard Time. Currently on daylight saving time.

EDT · UTC-04:00IANA: America/Toronto43.71° N · 79.40° W
Current time☾ Night
00:37:40

Tuesday, June 2, 2026

☾ NIGHT 05:3813:1520:52
Sunrise
05:38
Solar noon
13:15
Sunset
20:52

Offset right now

UTC-04:00

Eastern Standard Time · EDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

36%
Mar 8, 2026Nov 1, 2026

About Toronto time

Toronto keeps two clocks.

Toronto, Canada's largest city, hums with a steady, professional energy that mirrors its position in the Eastern Time Zone, where the workday aligns closely with New York and other major North American financial hubs. The city's rhythm is deeply influenced by its daylight saving time, with long summer evenings encouraging after-work patio culture and shorter winter days that see the city's vibrant indoor scene come alive.

Daylight saving

The year, by the clock.

Currently EDT
ESTEDTEST8 Mar · +1h1 Nov · −1h Jan 2026 Dec

Now

EDT

Daylight saving · since Mar 8, 2026

Next change

Nov 1, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Toronto's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

How does Toronto's time zone affect business with New York?
Being in the same Eastern Time Zone, Toronto shares identical business hours with New York, making real-time collaboration seamless for finance, media, and tech teams.
What is unique about daylight saving time in Toronto?
Toronto observes daylight saving time, shifting clocks forward in spring to maximize evening daylight, which significantly impacts the city's social and work rhythms.
How does Toronto's latitude affect its daylight hours?
At 43.7°N latitude, Toronto experiences significant seasonal variation in daylight, with summer days lasting until after 9 PM and winter days ending before 5 PM.
What is the standard time zone for Toronto?
Toronto's standard time zone is Eastern Standard Time (EST), UTC-5, but it shifts to Eastern Daylight Time (EDT), UTC-4, during daylight saving.
How does Toronto's time zone compare to the rest of Canada?
Toronto is in the Eastern Time Zone, which is one of six time zones in Canada, and it is the most populous city in this zone.
What is the impact of Toronto's time zone on international calls?
When scheduling calls with Europe, Toronto's Eastern Time often requires early morning or late evening coordination, while calls to Asia often happen late at night or early morning.
How does Toronto's time zone affect travel to other Canadian cities?
Traveling west to Vancouver requires setting clocks back three hours, while traveling east to Halifax requires setting clocks forward one hour.
What is the history of daylight saving time in Toronto?
Toronto has observed daylight saving time since 1918, with the current system standardized in 2007 to align with the United States.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}