Oceania · Tuvalu

Current time in Funafuti

Tuvalu Time.

+12 · UTC+12:00IANA: Pacific/Funafuti8.52° S · 179.22° E
Current time☀ Daylight
15:25:55

Sunday, May 31, 2026

06:1012:0017:50
Sunrise
06:10
Solar noon
12:00
Sunset
17:50

Offset right now

UTC+12:00

Tuvalu Time · +12

Daylight saving

Not observed

This zone has no seasonal clock change.

About Funafuti time

Funafuti keeps one clock.

In Funafuti, Tuvalu, UTC+12 keeps life happening early—office hours start before dawn stretches across the lagoon, and most business wraps up by mid-afternoon. Easy communication with partners in New Zealand and Fiji, but coordination with the Americas spans a full day. There is no daylight saving time here, and the length of days remains fairly consistent throughout the year.

Frequently asked questions

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

Does Tuvalu observe daylight saving time?
No, Tuvalu has never observed DST, as it lies close to the Equator, where daylight hours are fairly consistent year-round.
What time does the sun rise and set in Funafuti?
Being near the Equator, Funafuti experiences roughly 12 hours of daylight all year, with sunrise around 6:00 AM and sunset around 6:00 PM local time.
How does the equatorial location affect timekeeping?
Locations near the Equator like Funafuti see very little variation in day length, making seasonal time adjustments unnecessary.
What countries share the UTC+12 time zone?
Among others, Fiji, New Zealand (during standard time), and parts of Russia share or overlap with this time zone at various points in the year.
Is there a large time difference with the Americas?
Yes, Funafuti is 16–18 hours ahead of the US East Coast, meaning their workday ends as yours begins.
How does time coordinate with nearby Pacific Islands?
Nearby island nations like Nauru, Tarawa, and parts of Fiji share the same or adjacent time zones, easing regional communication.
Does being on the International Date Line affect time?
Funafuti is just west of the International Date Line, so it is among the first places in the world to enter a new day.
What challenges do remote workers in Funafuti face?
Remote workers often adjust schedules for significant time differences with Europe or the US, and limited internet infrastructure can complicate real-time collaboration.

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