Africa · Southern Africa · Sovereign state

Current time in Lesotho

A single time zone at UTC+02:00.

Time in Maseru☾ Night
21:57:16

Friday, June 5, 2026

☾ NIGHT 06:5812:0817:18
Zone
SAST
UTC
UTC+02:00
IANA
Africa/Maseru

About Lesotho's time

A single time zone.

Lesotho uses a single time zone, South Africa Standard Time (SAST), which is UTC+02:00. The country does not observe daylight saving time, so the clock stays the same year-round.

Major cities

Cities of Lesotho.

History

How Lesotho keeps time.

Lesotho has historically aligned its timekeeping with South Africa owing to its geographic position entirely within South Africa and its close economic ties. Using South Africa Standard Time (UTC+02:00) has been consistent through most of the 20th century and remains so today, matching its neighboring reference point across the border. There have been no documented daylight saving changes or special historical adjustments specific to Lesotho beyond this stable single-zone setup.

Frequently asked questions

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

What time zone is Lesotho in?
Lesotho observes South Africa Standard Time (SAST), which is UTC+02:00 year-round.
Does Lesotho observe daylight saving time?
No. Lesotho does not observe daylight saving time, so the time remains UTC+02:00 throughout the year.
What is the time zone for Maseru?
Maseru, the capital of Lesotho, follows the same single zone as the rest of the country: South Africa Standard Time (UTC+02:00, no daylight saving).
Is the time in Lesotho the same as in South Africa?
Yes. Lesotho and South Africa both use UTC+02:00 without daylight saving adjustments, so their clocks match at all times.

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