Asia · Afghanistan

Current time in Kabul

Afghanistan Time.

+0430 · UTC+04:30IANA: Asia/Kabul34.52° N · 69.18° E
Current time☀ Daylight
07:56:17

Sunday, May 31, 2026

04:4211:5018:59
Sunrise
04:42
Solar noon
11:50
Sunset
18:59

Offset right now

UTC+04:30

Afghanistan Time · +0430

Daylight saving

Not observed

This zone has no seasonal clock change.

About Kabul time

Kabul keeps one clock.

In Kabul, business and city life move on Afghanistan's unique half‑hour schedule, giving the capital a distinctive rhythm compared to neighboring countries. Knowing that the sun and work schedules are offset by 45 minutes from nearby Pakistan can help you plan calls and meetings more smoothly, especially for remote teams.

Frequently asked questions

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

Why is Kabul at UTC+4:30 instead of a whole-hour offset?
Afghanistan adopted UTC+4:30 in 1945 to align the country’s practical clock with its geographical position west of the UTC+5 meridian, giving Kabul a distinctive half-hour offset rather than matching a full hour.
Does Kabul change its clocks during summer like many countries in Europe or North America?
No, Kabul does not observe daylight saving time, so work hours and school schedules stay consistent year-round, making timing predictable even across multiple seasons.
How does Kabul's offset compare to nearby countries?
Pakistan uses UTC+5, Iran uses UTC+3:30 during standard time, and Uzbekistan uses UTC+5, making Afghanistan's +04:30 offset sit neatly between some neighbors and halfway between two hour-blocks.
Why is +04:30 unusual for coordination between time zones?
Most global companies round to whole-hour zones, so Kabul’s half-hour offset often means that standard meeting tools or calendars can require manual adjustment for team availability and time planning.
Do major cities in other countries also use this kind of half-hour offset?
Afghanistan is not alone; other half-hour offsets include India (UTC+5:30), Iran (UTC+3:30/UTC+4:30), and Australia (Central Standard Time is UTC+9:30), though such offsets remain relatively rare worldwide.
Why is Kabul’s half-hour clock particularly useful for remote workers?
Because Kabul’s daylight hours and work hours are offset differently from neighboring countries and often from major business hubs, knowing this unique pattern helps remote workers and global teams plan better and avoid misunderstandings.
Did the military or political changes in Afghanistan affect the timekeeping in Kabul?
Afghanistan’s time zone, set in the mid-20th century, has remained consistent regardless of regime changes, making it one of the more stable aspects of its modern history.
How do Kabul’s businesses adjust work hours in summer and winter?
Since there’s no daylight saving adjustment, businesses rely on fixed schedules; mornings may start relatively early to maximize daylight hours, but schedules don’t shift with the seasons.

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