Europe · Russia

Current time in Moscow

Moscow Standard Time.

MSK · UTC+03:00IANA: Europe/Moscow55.75° N · 37.60° E
Current time☀ Daylight
06:27:21

Sunday, May 31, 2026

03:5412:2721:00
Sunrise
03:54
Solar noon
12:27
Sunset
21:00

Offset right now

UTC+03:00

Moscow Standard Time · MSK

Daylight saving

Not observed

This zone has no seasonal clock change.

About Moscow time

Moscow keeps one clock.

As Russia’s political and cultural powerhouse, Moscow keeps a workday that starts early in the morning when long winter daylight is still gathering, then stretches into late sunsets during the bright summer months. Its central European offset aligns with major business hubs, making it easy to slip into pan‑European meeting calendars.

Frequently asked questions

Common questions about Moscow's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

How far is Moscow ahead of Portugal and the UK?
Moscow runs 3 hours ahead of Lisbon or London, allowing you to book European calls that comfortably fit business hours on both ends.
Does Russia still switch clocks for summer or winter?
No—since 2014 Russia has observed permanent standard time, so Moscow’s offset has stayed fixed, ending the spring and autumn clock‑change headaches.

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