Time zone · Oceania

FST

Fiji Standard Time

Fiji Standard Time (FST) operates on one of the earliest standard offsets in the world and keeps life in Fiji on predictable, daylight-easing clocks all year long without the biannual headaches of a seasonal time change.

UTC+12:00 standard1 IANA zone1 city
Current time in FST☀ Daylight
08:03:10

Saturday, June 6, 2026

06:3212:0417:37
Standard
+12 · +12
IANA zones
1

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About FST

A fixed, year-round offset.

Fiji Standard Time (FST) operates on one of the earliest standard offsets in the world and keeps life in Fiji on predictable, daylight-easing clocks all year long without the biannual headaches of a seasonal time change.

IANA zones · the technical identifiers

The zone that resolve to FST.

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/FijiFiji— None

Cities currently on FST

The same hour, city by city.

1 city · all UTC+12:00

Where FST is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12:00 right now.

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

Frequently asked questions

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

Does Fiji still observe daylight saving time?
No. Fiji stopped observing daylight saving, so the entire nation now stays on the same local clocks throughout the year.
How early does the day start in Fiji compared to other timezones?
Fiji is among the first places on Earth to greet each new calendar day, often hours ahead of the US or European zones, which makes it great for an early start in global workflows.
Was daylight saving ever controversial in Fiji?
Yes. Many islanders complained it felt unnecessary after moving the clocks; the country experimented multiple times before permanently dropping the practice.
How does year-round FST affect Pacific airline connections?
Predictable, non-shifting clocks make scheduling between destinations such as Australia and the US mainland far less error-prone than with zone pairs that observe daylight saving at different times.
Are there other countries that share Fiji's current time?
Despite being numerically similar to UTC+12 partners like New Zealand or Nauru, those countries observe daylight shifts at different times, so Fiji remains the most consistent year-round representation of that offset.
Do Fijian islands outside the main island adjust their clocks differently?
No. According to the IANA database, Fiji's sole zone applies nationwide, so even remote islands keep the same time as Suva.
Is Fiji's clock linked in any way to its tourism sector?
Travelers often notice arriving very early or late 'on paper' compared to home; the stable local clock simplifies hotel and transfer bookings, especially during the busy winter holiday season.

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