Europe · Russia

Current time in Moscow

Moscow Standard Time.

MSK · UTC+03:00IANA: Europe/Moscow55.75° N · 37.60° E
Current time☾ Night
22:58:57

Friday, June 5, 2026

☾ NIGHT 03:4912:2821:06
Sunrise
03:49
Solar noon
12:28
Sunset
21:06

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.

In Russia's sprawling capital, the workday often starts around 9 or 10 AM, with long winter nights and bright summer evenings shaping a rhythm that feels distinctly northern. Moscow's clocks stay fixed year-round, so teams abroad can rely on a steady three-hour lead over London without worrying about seasonal shifts.

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

Does Moscow observe daylight saving time?
No. Russia abolished daylight saving changes in 2014, so Moscow stays on MSK permanently.
How does Moscow's latitude affect working hours?
At nearly 56° north, winter days can have fewer than seven hours of daylight, while the 'White Nights' of June push usable light past 17 hours, subtly shifting when people start and finish work.
Is Moscow's time the same across all of Russia?
No. Russia spans 11 time zones; Moscow's zone covers the western third, but cities like Yekaterinburg and Vladivostok are hours ahead.
What's the best overlap for calls between Moscow and New York?
Moscow is typically eight hours ahead of New York, so a 9 AM start in Moscow lines up with 1 AM in New York—making late-morning Moscow (around noon) the sweet spot for a 4 AM New York slot, or vice versa.
Do Russian public holidays affect Moscow's business calendar?
Yes. The first week of January is a national holiday stretch, and early May adds another long break, so expect slower responses during those periods.
How does Moscow's fixed offset help global teams?
Without daylight saving jumps, scheduling stays predictable year-round, simplifying recurring meetings with European and Asian colleagues.
Is lunch in Moscow similar to other European capitals?
Lunch usually falls between 1 and 2 PM, but many offices keep a flexible schedule, with some workers preferring an early lunch and others pushing it later.
What's the earliest sunrise in Moscow?
Around the summer solstice, the sun can rise before 4 AM, giving Muscovites plenty of daylight for early-morning activities.

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