Time zone · Oceania

FST

Fiji Standard Time

Fiji Standard Time (FST) sits at UTC+12:00 year-round in the remote Pacific islands, with no daylight saving shifts to worry about—what you see is always what you get. Scheduling across Fiji’s single nation-friendly time feels refreshingly simple and predictable, no matter the season.

UTC+12:00 standard1 IANA zone1 city
Current time in FST☀ Daylight
15:28:05

Sunday, May 31, 2026

06:3012:0317: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) sits at UTC+12:00 year-round in the remote Pacific islands, with no daylight saving shifts to worry about—what you see is always what you get. Scheduling across Fiji’s single nation-friendly time feels refreshingly simple and predictable, no matter the season.

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 observe daylight saving time?
No—Fiji permanently uses UTC+12:00 with no daylight saving adjustments.
How many countries use Fiji Standard Time?
Only Fiji itself, represented by the Pacific/Fiji zone.
Is the abbreviation for Fiji Standard Time “+12”?
Yes—when the zone shows its offset, the common label is simply +12 to indicate UTC+12:00.
Could Fiji’s offset ever change unexpectedly?
Not under current rules; the zone has no planned daylight saving transitions.
Working with Fiji time—any scheduling quirks?
Its fixed UTC+12 offset means no seasonal shifts, which drastically simplifies coordination.
Where does FST fit in the broader Pacific?
Eastern parts of the region run UTC+13 or UTC+14 all year, while Fiji stays on UTC+12 without DST.
Is there a unique advantage for global teams?
Yes—predictable, stable time zone makes planning across hemispheres more straightforward.
When did Fiji adopt its current setup?
Since 2021-05-30 in this standard offset, with no daylight saving in sight.
What’s a fun fact about Fiji’s time?
It doesn’t shuffle clocks twice a year—just one permanent Pacific-friendly offset.

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