Africa · Lesotho

Current time in Maseru

South Africa Standard Time.

SAST · UTC+02:00IANA: Africa/Maseru29.32° S · 27.48° E
Current time☾ Night
23:16:03

Friday, June 5, 2026

☾ NIGHT 06:5812:0817:18
Sunrise
06:58
Solar noon
12:08
Sunset
17:18

Offset right now

UTC+02:00

South Africa Standard Time · SAST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Maseru time

Maseru keeps one clock.

Maseru, nestled high in the mountains of Lesotho, hums a relaxed afternoon rhythm that syncs perfectly with mid-morning in London and late-night in New York at UTC+2. This tiny nation inside South Africa uses South African Standard Time all year, so remote teams enjoy steady hours with no clock shifts—and the city’s cool air and valley vibes keep work calm and caffeine optional.

Frequently asked questions

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

Is Lesotho in the same time zone year-round?
Yes, Africa/Maseru uses South African Standard Time with a stable UTC+2 offset; the country has never observed daylight saving.
Is Lesotho completely surrounded by another country?
Absolutely—Lesotho is the world’s largest enclave, entirely encircled by South Africa, and they share the same time zone.
Are there frequent timezone changes for Maseru?
No. Maseru’s time rules are stable, making long-term scheduling for remote work straightforward.
Do daylight hours in Maseru match the schedule of nearby South African cities?
Yes; lunch-break sun in Maseru always lines up with lunch-break sun in Pretoria or Durban, simplifying cross-border collaboration.

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