IANA tz database · zone identifier

Europe/San_Marino

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

UTC+02:00Abbreviation CESTObserves daylight saving
Time in Europe/San_Marino☾ Night
00:59:59
Thursday, July 16, 2026
Offset
UTC+02:00
Abbreviation
CEST
DST
Active

Current offset

UTC+02:00

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

Abbreviation

CEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇸🇲 San Marino

ISO 3166: SM · view country page →

Using this identifier

The string to put in your code.

Europe/San_Marino 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 CEST or +02:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

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

Offset & DST behaviour

Two offsets,
every year.

Europe/San_Marino alternates between CET (UTC+01:00) and CEST (UTC+02:00). Right now it is on CEST; clocks fall back on 25 October 2026.

The year at a glance

CET · UTC+01:00CEST · UTC+02:00CET · UTC+01:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierEurope/San_Marino
ISO country codeSM🇸🇲 San Marino
Reference coordinates43.92°N, 12.47°Etz database reference point
Standard offsetUTC+01:00abbreviation CET
Daylight offsetUTC+02:00abbreviation CEST

Where it applies

All of San Marino, one clock.

Looking for travel-friendly info? See City of San Marino or Central European Standard Time.

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 Europe/San_Marino?
Europe/San_Marino is currently UTC+02:00 (CEST). It alternates between UTC+01:00 in winter and UTC+02:00 in summer.
Does Europe/San_Marino 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 Europe/San_Marino?
San Marino. The identifier covers the whole country.
Is Europe/San_Marino the same as CET?
Europe/San_Marino is one of the IANA zones that keeps Central European Standard Time (CET). Use Europe/San_Marino in software — CET 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=Europe/San_Marino
{
"iana": "Europe/San_Marino",
"utc_offset": "+02:00",
"abbreviation": "CEST",
"observes_dst": true,
"country": "SM"
}