Time zone · Europe

MSK

Kirov Time

Kirov Time (MSK) keeps things straightforward—no daylight saving clock shifts, just a steady UTC+03:00 all year round, ideal for consistent scheduling with colleagues and family in this part of Russia.

UTC+03:00 standard1 IANA zone
Current time in MSK☀ Daylight
06:29:27

Sunday, May 31, 2026

06:00noon18:00
Standard
MSK · +3
IANA zones
1

Current offset

UTC+03:00

Standard · MSK

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About MSK

A fixed, year-round offset.

Kirov Time (MSK) keeps things straightforward—no daylight saving clock shifts, just a steady UTC+03:00 all year round, ideal for consistent scheduling with colleagues and family in this part of Russia.

IANA zones · the technical identifiers

The zone that resolve to MSK.

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
Europe/KirovKirov— None

Where MSK is used

One country.

Same offset · UTC+03:00

Other zones at UTC+03:00 right now.

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

Frequently asked questions

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

Why doesn’t Kirov observe daylight saving time?
Russia abolished seasonal clock changes in 2014, opting for permanent standard time; Kirov has stayed on UTC+03:00 since then.
Is Kirov Time the same as Moscow Time?
Both use MSK and share the same UTC+03:00 offset, but Kirov Time is a separate zone in the database, historically tied to the Volga region rather than the capital.
Does Europe/Kirov ever change its offset?
Since its creation in 2021 (after Russia stopped DST), it has remained fixed at UTC+03:00 with no known future transitions.
Which cities follow Kirov Time?
The city of Kirov and surrounding areas in Kirov Oblast are the primary users of this timezone.
What’s the best way to plan calls with someone in Kirov?
Use UTC+03:00 as your constant reference—no need to adjust for seasonal changes, so meeting times stay predictable year-round.
Why was Europe/Kirov split from other Moscow-based zones?
When Russia reformed its timekeeping, some regions shifted offsets but Kirov remained at UTC+03:00, warranting its own zone for accuracy.
Is there any difference between MSK and Moscow Standard Time?
They are always identical in offset (+03:00) and DST behavior (none), just defined for different geographic regions within Russia.
What part of Russia uses Kirov Time?
It covers roughly western Russia, centered in Kirov Oblast, within the Volga Federal District.

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