Oceania · Tonga
Current time in Nuku'alofa
Tonga Standard Time.
+13 · UTC+13:00IANA: Pacific/Tongatapu21.13° S · 175.20° W
Current time☀ Daylight
16:26:34
Sunday, May 31, 2026
Sunrise
07:10
Solar noon
12:38
Sunset
18:06
Daylight saving
Not observed
This zone has no seasonal clock change.
About Nuku'alofa time
Nuku'alofa keeps one clock.
Nuku'alofa is the capital of Tonga, the first major place on Earth to welcome each new year, sitting comfortably ahead of most of the globe on its +13 clock.
Frequently asked questions
Common questions about Nuku'alofa's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].
- Why is Tonga so far ahead in time?
- Tonga chose a position just west of the International Date Line so its weekdays align with trading partners like Australia and New Zealand, rather than being a day behind them.
- Is Nuku'alofa ever close to midnight when the year changes?
- Yes, it is among the very first cities worldwide to cross into January 1, often hosting fireworks while much of the world is still on December 31.
- How does this affect work hours with other Pacific islands?
- Teams coordinating with Samoa or American Samoa should remember Tonga is 24 hours ahead—they are literally a full calendar day earlier.
- Do people in Nuku'alofa experience unusual daylight shifts?
- Being south of the equator, days and nights vary only modestly throughout the year, giving a relatively stable daily rhythm unlike more extreme latitudes.
- What does “UTC+13” feel like in daily life?
- Mornings start early; sunrise can arrive before many rivals in Asia and the Americas have even woken up, giving a sense of getting a head start on the global day.
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
}
}
]
}