Europe · Eastern Europe · Sovereign state

Current time in Belarus

A single time zone at UTC+03:00.

Time in Minsk☾ Night
22:57:19

Friday, June 5, 2026

☾ NIGHT 04:4113:0821:34
Zone
+03
UTC
UTC+03:00
IANA
Europe/Minsk

About Belarus's time

A single time zone.

Belarus operates on a single time zone, UTC+03:00 (Minsk Time), and does not observe daylight saving time, keeping clocks steady year-round.

Major cities

Cities of Belarus.

History

How Belarus keeps time.

Belarus adopted Minsk Time (UTC+03:00) after the dissolution of the Soviet Union, aligning with its geographic position east of the former Soviet standard time system. It briefly observed daylight saving time post-independence but permanently discontinued the practice in 2011, along with Russia and other regional neighbors. Since then, Belarus has maintained a permanent UTC+03:00 offset without seasonal changes.

Did you know?

Things about Belarus's time.

Fact · 01

Belarus is one of several Eastern European countries that stopped observing daylight saving time in 2011, joining Russia’s lead. Despite spanning only about 5 degrees of longitude, it uses a single unified time zone. Notably, this places Minsk significantly west of its solar noon, meaning sunrise and sunset occur later than they would under solar time—impacting daily rhythms, especially in winter mornings.

Frequently asked questions

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

Does Belarus observe daylight saving time?
No, Belarus does not observe daylight saving time. It has used permanent standard time (UTC+03:00) since 2011.
What is the time difference between Belarus and UTC?
Belarus is always UTC+03:00 year-round.
Why did Belarus stop changing clocks?
In 2011, Belarus abandoned daylight saving time for health, economic, and administrative reasons, similar to decisions made by Russia and neighboring countries.
How many time zones does Belarus have?
Belarus uses a single time zone across the entire country: Europe/Minsk (UTC+03:00).
Is Belarus on the same time as Moscow?
Yes, Belarus shares the same time zone as Moscow (UTC+03:00) since both countries stopped observing DST in 2011.
What cities in Belarus are in the Minsk time zone?
All cities in Belarus, including Minsk, Brest, Grodno, and Gomel, follow Minsk Time (UTC+03:00).
How does Belarus’s time zone affect travel to neighboring countries?
Travelers to Lithuania, Latvia, or Poland may notice a one-hour difference, as those countries use UTC+02:00 (standard time) and observe DST, while Belarus remains on UTC+03:00.
Are there any exceptions to Belarus’s time zone within the country?
No, there are no regional time differences within Belarus—the entire country uses the same time.

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