Time zone · Africa

SAST

South Africa Standard Time

South Africa Standard Time (SAST) is a single, steady clock across the sub-Saharan region—there are no daylight saving shifts to juggle, just a reliable hour from Cape Town to Mbabane that quietly keeps schedules straight year-round.

UTC+02:00 standard3 IANA zones14 cities
Current time in SAST☾ Night
22:05:01

Friday, June 5, 2026

☾ NIGHT 07:4512:4417:44
Standard
SAST · +2
IANA zones
3

Current offset

UTC+02:00

Standard · SAST

Daylight saving

Not observed

Year-round standard time

IANA zones

3

None observe daylight saving

DST offset

No summer variant

About SAST

A fixed, year-round offset.

South Africa Standard Time (SAST) is a single, steady clock across the sub-Saharan region—there are no daylight saving shifts to juggle, just a reliable hour from Cape Town to Mbabane that quietly keeps schedules straight year-round.

IANA zones · the technical identifiers

The 3 zones that resolve to SAST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Africa/JohannesburgJohannesburg— None
Africa/MaseruMaseru— None
Africa/MbabaneMbabane— None

Cities currently on SAST

The same hour, city by city.

14 cities · all UTC+02:00

Where SAST is used

3 countries.

Same offset · UTC+02:00

Other zones at UTC+02:00 right now.

These named zones share SAST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Do we spring forward or fall back in SAST?
No—daylight saving has been absent here since 1944, so the clocks stay put all year.
Will adding an hour ever appear out of nowhere?
Not today, and not planned—the three Johannesburg, Maseru, and Mbabane all march in permanent UTC+02:00 step.
Can a meeting booked for noon in SAST suddenly become 1 p.m.?
Only if someone reschedules—automatic DST twists are impossible in this zone.
Is there an off-season hour swap lurking later in the year?
Not since March 1944; that was the last time the law changed.
Are there hidden DST quirks in SAST?
None—what you set is what you see—skip the extra coffee.
Must I manually tweak anything?
No—sync-once-forever.
Are all three SAST twins keeping pace?
South Africa, Lesotho, and Eswatini share one unchanging clock.
Does this zone ever surprise us?
Not since 1944—no jumps, no gaps.
How rigid is SAST's future?
It is as stable as Table Mountain—steady.

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