Asia · Southern Asia · Sovereign state

Current time in Afghanistan

A single time zone at UTC+04:30.

Time in Kabul☀ Daylight
07:57:24

Sunday, May 31, 2026

04:4211:5018:59
Zone
+0430
UTC
UTC+04:30
IANA
Asia/Kabul

About Afghanistan's time

A single time zone.

Afghanistan uses a single timezone set at UTC+04:30—one of the less common offsets globally—observed year-round with no DST changes.

Major cities

Cities of Afghanistan.

History

How Afghanistan keeps time.

Afghanistan adopted its current standard time of UTC+04:30 in 1899 under Amir Abdur Rahman Khan, who sought modernization and administrative consistency as part of broader reforms during the late 19th century. This unusual half-hour offset was chosen to align closely with the solar noon in Kabul, roughly corresponding to the meridian at 69°E. Before this standardization, local communities followed solar time or loose regional norms, which varied across the mountainous terrain.

Throughout the 20th century, Afghanistan maintained its UTC+04:30 offset without interruption, even as colonial powers and neighboring countries (including Iran and British India) fluctuated around their own standards. After political upheavals and regime changes, the government in Kabul retained the same standard time, reinforcing national unity and continuity amid regional instability.

Global pressures for synchronization have not led Afghanistan to shift to a whole-hour UTC+05:00 or UTC+04:00; the country’s geographic centrality in the subcontinent and unique identity helped preserve the half-hour difference, despite shared borders with Pakistan (UTC+05:00) and Iran (UTC+03:30).

Did you know?

Things about Afghanistan's time.

Fact · 01

Afghanistan’s UTC+04:30 offset is rare worldwide—only Nepal (UTC+05:45), Iran (UTC+03:30), and a few other countries use non-standard increments. The choice of UTC+04:30 results from the country's longitudinal position and historical efforts to balance local solar time and administrative needs.

Fact · 02

This half-hour offset means Afghanistan does not perfectly align with its neighbors: Pakistan is always one hour ahead, and Iran is one hour behind. The unique offset has practical implications for cross-border trade, travel, and communications, as businesses and travelers must account for the half-hour difference when coordinating activities.

Fact · 03

Within Afghanistan’s rugged geography, time zones are uniformly enforced, but some remote areas may follow informal local routines, loosely aligned with Kabul’s standard. No part of the country observes daylight saving time, even during periods when neighboring Iran occasionally shifted clocks.

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 standard time?
Afghanistan uses UTC+04:30, known as +0430 or Asia/Kabul.
Does Afghanistan observe daylight saving time?
No, Afghanistan does not observe daylight saving time; clocks remain at UTC+04:30 year-round.
Why does Afghanistan use a half-hour offset?
The UTC+04:30 offset was adopted in the late 19th century to closely match solar noon in Kabul, balancing geographic realities with administrative needs.
How does Afghanistan’s time compare to its neighbors?
Pakistan is always one hour ahead (UTC+05:00), while Iran is one hour behind (UTC+03:30), creating a half-hour difference with both.
What does Afghanistan’s time zone mean for travelers and businesses?
Travelers and businesses must account for the unusual half-hour difference when crossing borders, especially with Iran and Pakistan, which use different offsets.
Are there any unofficial time practices in Afghanistan?
While the official standard is UTC+04:30 nationwide, some remote areas may follow informal local routines, though this is rare.
How does Afghanistan’s time zone affect scheduling international events?
International events must specify the exact offset to avoid confusion, especially when involving Iran or Pakistan, which use different standards.
Has Afghanistan ever changed its time standard?
No, Afghanistan has consistently used UTC+04:30 since 1899, despite global and regional shifts in timekeeping practices.

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