Africa · Southern Africa · Sovereign state
Current time in South Africa
A single time zone at UTC+02:00.
Time in Cape Town☾ Night
05:29:18
Sunday, May 31, 2026
Zone
SAST
UTC
UTC+02:00
IANA
Africa/Johannesburg
About South Africa's time
A single time zone.
South Africa uses a single time zone, SAST (UTC+02:00), and does not observe daylight saving time.
Major cities
Cities of South Africa.
Frequently asked questions
Common questions about South Africa's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- Does South Africa use daylight saving time?
- No, South Africa does not observe DST and stays on SAST all year round.
- What is the default time zone for South Africa?
- The default zone is Africa/Johannesburg, which is UTC+02:00 (SAST).
- How many time zones does South Africa have?
- South Africa has one time zone covering the entire country.
- How does South Africa’s UTC+02:00 align with Europe?
- South Africa is usually one hour ahead of Central European Time (CET, UTC+01:00) and the same as Central European Summer Time (CEST, UTC+02:00).
- When are typical business hours in South Africa?
- Standard business hours are typically 08:00–17:00 SAST, aligning with sunrise in most of the year.
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
}
}
]
}