IANA tz database · zone identifier

Asia/Famagusta

The IANA tz database identifier for Eastern European Standard Time in Cyprus. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+03:00Abbreviation EESTObserves daylight saving
Time in Asia/Famagusta☾ Night
01:56:41
Thursday, July 16, 2026
Offset
UTC+03:00
Abbreviation
EEST
DST
Active

Current offset

UTC+03:00

standard UTC+02:00 · daylight UTC+03:00

Abbreviation

EEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇨🇾 Cyprus

ISO 3166: CY · view country page →

Using this identifier

The string to put in your code.

Asia/Famagusta is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing EEST or +03:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Asia/Famagusta',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Asia/Famagusta alternates between EET (UTC+02:00) and EEST (UTC+03:00). Right now it is on EEST; clocks fall back on 25 October 2026.

The year at a glance

EET · UTC+02:00EEST · UTC+03:00EET · UTC+02:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAsia/Famagusta
ISO country codeCY🇨🇾 Cyprus
Reference coordinates35.12°N, 33.95°Etz database reference point
Standard offsetUTC+02:00abbreviation EET
Daylight offsetUTC+03:00abbreviation EEST

Where it applies

One of Cyprus's 2 zones.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Asia/Famagusta?
Asia/Famagusta is currently UTC+03:00 (EEST). It alternates between UTC+02:00 in winter and UTC+03:00 in summer.
Does Asia/Famagusta observe daylight saving time?
Yes. Clocks fall back at the next transition on 25 October 2026, as they do twice every year.
Which country uses Asia/Famagusta?
Cyprus. It is one of 2 IANA zones covering the country.
Is Asia/Famagusta the same as EET?
Asia/Famagusta is one of the IANA zones that keeps Eastern European Standard Time (EET). Use Asia/Famagusta in software — EET is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Asia/Famagusta
{
"iana": "Asia/Famagusta",
"utc_offset": "+03:00",
"abbreviation": "EEST",
"observes_dst": true,
"country": "CY"
}