IANA tz database · zone identifier

America/Goose_Bay

The IANA tz database identifier for Atlantic Standard Time in Canada. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC-03:00Abbreviation ADTObserves daylight saving
Time in America/Goose_Bay☾ Night
19:56:40
Wednesday, July 15, 2026
Offset
UTC-03:00
Abbreviation
ADT
DST
Active

Current offset

UTC-03:00

standard UTC-04:00 · daylight UTC-03:00

Abbreviation

ADT

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇨🇦 Canada

ISO 3166: CA · view country page →

Using this identifier

The string to put in your code.

America/Goose_Bay is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing ADT or -03:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'America/Goose_Bay',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

America/Goose_Bay alternates between AST (UTC-04:00) and ADT (UTC-03:00). Right now it is on ADT; clocks fall back on 1 November 2026.

The year at a glance

AST · UTC-04:00ADT · UTC-03:00AST · UTC-04:008 Mar · +1h1 Nov · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAmerica/Goose_Bay
ISO country codeCA🇨🇦 Canada
Reference coordinates53.33°N, 60.42°Wtz database reference point
Standard offsetUTC-04:00abbreviation AST
Daylight offsetUTC-03:00abbreviation ADT

Where it applies

One of Canada's 23 zones.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is America/Goose_Bay?
America/Goose_Bay is currently UTC-03:00 (ADT). It alternates between UTC-04:00 in winter and UTC-03:00 in summer.
Does America/Goose_Bay observe daylight saving time?
Yes. Clocks fall back at the next transition on 1 November 2026, as they do twice every year.
Which country uses America/Goose_Bay?
Canada. It is one of 23 IANA zones covering the country.
Is America/Goose_Bay the same as AST?
America/Goose_Bay is one of the IANA zones that keeps Atlantic Standard Time (AST). Use America/Goose_Bay in software — AST is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=America/Goose_Bay
{
"iana": "America/Goose_Bay",
"utc_offset": "-03:00",
"abbreviation": "ADT",
"observes_dst": true,
"country": "CA"
}