Asia · Southern Asia · Sovereign state

Current time in Afghanistan

A single time zone at UTC+04:30.

Time in Kabul☾ Night
00:31:16

Saturday, June 6, 2026

☾ NIGHT 04:4011:5119:02
Zone
+0430
UTC
UTC+04:30
IANA
Asia/Kabul

About Afghanistan's time

A single time zone.

Afghanistan uses a single time zone set at UTC+4:30, one of the less common half-hour offsets used worldwide. The country does not observe daylight saving time.

Major cities

Cities of Afghanistan.

History

How Afghanistan keeps time.

Afghanistan adopted UTC+4:30 as its standard time in the mid-20th century as part of the broader standardization of time zones across Asia. The 4:30 offset reflects the country's geographic position between the 4 and 5 hour zone.

Throughout its history, Afghanistan has maintained this consistent offset, with no daylight saving time adjustments, even during periods when neighboring countries experimented with DST policies.

Did you know?

Things about Afghanistan's time.

Fact · 01

The UTC+4:30 offset places Afghanistan among a small group of countries using 30-minute offsets rather than the more standard hour-based zones. This half-hour increment aligns Afghanistan with Iran's UTC+3:30 zone.

Fact · 02

Afghanistan's single timezone (Asia/Kabul) is named after its capital and largest city, Kabul. Historically, this zone has been applied uniformly across the country without regional exceptions.

Frequently asked questions

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

What is Afghanistan's time zone?
Afghanistan uses Afghanistan Time (AFT) at UTC+4:30.
Does Afghanistan observe daylight saving time?
No, Afghanistan does not observe DST and maintains UTC+4:30 year-round.
How does Afghanistan's time compare to its neighbors?
Afghanistan is 30 minutes ahead of Pakistan (UTC+4) and 1 hour ahead of Iran (UTC+3:30), creating potential coordination challenges across borders.
Is Afghanistan time the same throughout the country?
Yes, the entire country uses Asia/Kabul (UTC+4:30) as its single timezone.

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