Time zone · Oceania

AST

Apia Standard Time

Apia Standard Time (AST) at UTC+13:00 is the heartbeat of Samoa, a single‑zone region with no daylight saving—so the clocks stay predictably fast year‑round. For remote teams, coordinating with Apia means realizing that when you’re just starting your Monday, it’s already Tuesday lunchtime in the Pacific.

UTC+13:00 standard1 IANA zone1 city
Current time in AST☀ Daylight
16:28:04

Sunday, May 31, 2026

06:4312:2418:05
Standard
+13 · +13
IANA zones
1

Current offset

UTC+13:00

Standard · +13

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About AST

A fixed, year-round offset.

Apia Standard Time (AST) at UTC+13:00 is the heartbeat of Samoa, a single‑zone region with no daylight saving—so the clocks stay predictably fast year‑round. For remote teams, coordinating with Apia means realizing that when you’re just starting your Monday, it’s already Tuesday lunchtime in the Pacific.

IANA zones · the technical identifiers

The zone that resolve to AST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Pacific/ApiaApia— None

Cities currently on AST

The same hour, city by city.

1 city · all UTC+13:00

Where AST is used

One country.

Same offset · UTC+13:00

Other zones at UTC+13:00 right now.

These named zones share AST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Why doesn’t Samoa use daylight saving time?
Samoa sits so close to the equator that daylight length barely changes throughout the year, making DST to save daylight both unnecessary and confusing for locals and traders.
How does AST compare to popular business hubs?
At UTC+13, Apia is three hours ahead of Auckland and five hours ahead of Tokyo, so European offices can usually start a full workday before most Samoan businesses even open.
Family across other Pacific islands?
Even though Fiji and Tonga also sit near the International Date Line, they use different offsets (UTC+12 or +12/+13 with DST), so a simple phone call can jump you a full calendar day.
Samoa’s quirky time‑zone history?
In 2011 Samoa jumped from UTC−11 to UTC+13, skipping an entire day (Friday, 30 December 2011) to align clocks with major trading partners Australia and New Zealand.
Does any nearby territory share AST?
AST is unique—only Samoa’s Pacific/Apia keeps that exact UTC+13 offset without DST, so anyone saying “I’m on +13” is almost certainly in Samoan time.
What’s a practical tip for scheduling with Apia?
If you’re booking across the Date Line, double‑check the calendar date: a 9 a.m. Wednesday slot in London lands at 10 p.m. Thursday in Samoa.

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