Time zone

NST

Newfoundland Standard Time

St. John's on the Atlantic coast of Canada ticks at a half‑hour behind UTC in spring and autumn—and a full hour ahead during daylight saving. That quirk into Newfoundland Standard Time (NST) makes coordinating calls, deadlines, and live events with distant partners a small puzzle worth double‑checking.

UTC-02:30 daylight0 IANA zones
Current time in NST☾ Night
00:58:02

Sunday, May 31, 2026

☾ NIGHT 06:00noon18:00
Standard
NST · −3:30
IANA zones
0

Current offset

UTC-02:30

Daylight · NDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About NST

A fixed, year-round offset.

St. John's on the Atlantic coast of Canada ticks at a half‑hour behind UTC in spring and autumn—and a full hour ahead during daylight saving. That quirk into Newfoundland Standard Time (NST) makes coordinating calls, deadlines, and live events with distant partners a small puzzle worth double‑checking.

Frequently asked questions

Common questions about NST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

Why does Newfoundland use a half‑hour offset?
The unique half‑hour offset of NST (UTC−03:30) is a historical compromise between Atlantic Standard Time and the natural solar time of St. John's and surrounding areas, which are geographically situated between one‑hour zones.
How does daylight saving affect Newfoundland time?
During daylight saving, clocks in Newfoundland move forward one hour to NDT (UTC−02:30), creating a distinctive 1.5‑hour offset from the nearest major time zone boundary—North America’s only active half‑hour time zone with DST.
Why does this region have its own time zone?
Newfoundland was a separate dominion until 1949 and chose to keep offset that better matched sunrise/sunset cycles, preserving a unique identity even after joining Canada.
When do clocks change in Newfoundland?
Clocks shift forward on the second Sunday of March and back on the first Sunday of November—one of the longest DST periods in North America, extending evening light into early November evenings.
How was this unusual offset historically set?
The half‑hour offset was established in 1935 when Newfoundland was still a British colony, based on its solar noon relative to the Greenwich meridian, creating a tradition that persists today.
Are there any other places close to the same offset?
Suriname uses UTC−03:00 and Iran uses UTC+03:30—but only Newfoundland combines a negative half‑hour offset with daylight saving changes.
How does being so far east in North America help?
Newfoundland is the easternmost time zone in North America, allowing businesses to overlap with both European morning markets and North American afternoon hours, enhancing cross‑Atlantic collaboration.

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