Oceania · Cook Islands

Current time in Avarua

Cook Islands Standard Time.

-10 · UTC-10:00IANA: Pacific/Rarotonga21.20° S · 159.77° W
Current time☀ Daylight
17:26:45

Saturday, May 30, 2026

07:0812:3618:04
Sunrise
07:08
Solar noon
12:36
Sunset
18:04

Offset right now

UTC-10:00

Cook Islands Standard Time · -10

Daylight saving

Not observed

This zone has no seasonal clock change.

About Avarua time

Avarua keeps one clock.

Avarua sits at the heart of the Cook Islands, where island time truly means something. Its unique GMT-10:00 offset means the day starts later by Pacific standards, so scheduling calls from Wellington or Sydney requires clever overlap planning.

Frequently asked questions

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

Does Avarua ever adjust its clocks for daylight saving?
No, the Cook Islands remain on standard time year-round, so GMT-10:00 is constant and easy to remember.
How does Avarua's time zone compare to nearby French Polynesia?
Both share the same GMT-10:00 offset, so Avarua and Tahiti are in perfect sync—ideal if your project spans both island groups.
Is there a noticeable time difference within the Cook Islands?
Central Pacific islands like Pukapuka have historically used UTC-11:00, though recent changes aim at unifying the nation under GMT-10:00.
What’s the earliest meeting window available with North America?
With US East Coast starting their day at 8am EST, you’d begin Avarua work calls after 2pm local time—around dinner for Avarua residents.
Is coordinating with mainland New Zealand straightforward?
The NZ/Cook Islands split is usually +22/+23 hours, with occasional same-day flip confusion—think before you schedule across the IDL!
What’s life like in Avarua’s business environment?
Expect relaxed calendars and island hospitality; business hours are informal, and the sun sets earlier so events and meetings cluster in the mornings or late afternoons.
How does tourism relate to Avarua’s time zone?
Many visitors struggle with flights arriving the 'previous day'—but for residents, the time zone is tied closely to local sunrise, sunset, and relaxed island rhythms.

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