Time zone · Americas

FDNST

Fernando de Noronha Standard Time

Fernando de Noronha Standard Time (FDNST) is a unique timezone used exclusively by the remote archipelago of Fernando de Noronha, Brazil, which remains on UTC-02:00 year-round with no daylight saving adjustments. Living or collaborating here means embracing a consistent, sun-synchronized rhythm—ideal for those who value predictability in scheduling across this isolated tropical paradise.

UTC-02:00 standard1 IANA zone
Current time in FDNST☾ Night
18:05:06

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00
Standard
-02 · −2
IANA zones
1

Current offset

UTC-02:00

Standard · -02

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About FDNST

A fixed, year-round offset.

Fernando de Noronha Standard Time (FDNST) is a unique timezone used exclusively by the remote archipelago of Fernando de Noronha, Brazil, which remains on UTC-02:00 year-round with no daylight saving adjustments. Living or collaborating here means embracing a consistent, sun-synchronized rhythm—ideal for those who value predictability in scheduling across this isolated tropical paradise.

IANA zones · the technical identifiers

The zone that resolve to FDNST.

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
America/NoronhaNoronha— None

Where FDNST is used

One country.

Same offset · UTC-02:00

Other zones at UTC-02:00 right now.

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

Frequently asked questions

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

Why doesn’t Fernando de Noronha observe daylight saving time?
Due to its proximity to the equator, Fernando de Noronha experiences minimal variation in daylight hours throughout the year, making daylight saving time unnecessary for energy conservation or lifestyle alignment.
Is FDNST used anywhere else besides Fernando de Noronha?
No—FDNST is unique to the Fernando de Noronha archipelago and is not observed by any other region or country, making it one of the most geographically isolated time zones in the world.
How does the constant UTC-02:00 offset affect daily life on the island?
The stable offset simplifies planning for residents and visitors alike, with sunrise and sunset times remaining relatively consistent year-round, supporting a relaxed, nature-oriented lifestyle aligned with natural light.
What’s the historical reason for adopting UTC-02:00?
Brazil standardized Fernando de Noronha’s time to UTC-02:00 in 2002 to better align with its geographic position and improve coordination with mainland Brazil while eliminating previous seasonal clock changes.
Does the lack of DST make scheduling easier for international teams?
Absolutely—without clock shifts, global collaborators can rely on a fixed time difference, reducing confusion and simplifying recurring meetings or project deadlines involving the island.
How does FDNST compare to mainland Brazilian time zones?
Fernando de Noronha is two hours ahead of Brasília Time (BRT, UTC-03:00), placing it closer to Atlantic islands than to most of Brazil’s populous southeast coast.
Are there any plans to change the timezone or adopt DST in the future?
There are no known plans to alter FDNST; the current setup supports the island’s small population and tourism-driven economy without the complexity of seasonal time changes.

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