IANA tz database · zone identifier

America/Anchorage

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

UTC-08:00Abbreviation AKDTObserves daylight saving
Time in America/Anchorage☀ Daylight
14:56:32
Wednesday, July 15, 2026
Offset
UTC-08:00
Abbreviation
AKDT
DST
Active

Current offset

UTC-08:00

standard UTC-09:00 · daylight UTC-08:00

Abbreviation

AKDT

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇺🇸 United States

ISO 3166: US · view country page →

Using this identifier

The string to put in your code.

America/Anchorage 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 AKDT or -08: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/Anchorage',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

America/Anchorage alternates between AKST (UTC-09:00) and AKDT (UTC-08:00). Right now it is on AKDT; clocks fall back on 1 November 2026.

The year at a glance

AKST · UTC-09:00AKDT · UTC-08:00AKST · UTC-09:008 Mar · +1h1 Nov · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAmerica/Anchorage
ISO country codeUS🇺🇸 United States
Reference coordinates61.22°N, 149.90°Wtz database reference point
Standard offsetUTC-09:00abbreviation AKST
Daylight offsetUTC-08:00abbreviation AKDT

Where it applies

One of United States's 29 zones.

Related identifiers

Nearby in the database.

Same offset · UTC-08:00

other zones keeping this offset right now

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/Anchorage?
America/Anchorage is currently UTC-08:00 (AKDT). It alternates between UTC-09:00 in winter and UTC-08:00 in summer.
Does America/Anchorage 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/Anchorage?
United States. It is one of 29 IANA zones covering the country.
Is America/Anchorage the same as AKST?
America/Anchorage is one of the IANA zones that keeps Alaska Standard Time (AKST). Use America/Anchorage in software — AKST 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/Anchorage
{
"iana": "America/Anchorage",
"utc_offset": "-08:00",
"abbreviation": "AKDT",
"observes_dst": true,
"country": "US"
}