Asia · Southern Asia · Sovereign state

Current time in Pakistan

A single time zone at UTC+05:00.

Time in Islamabad☾ Night
00:58:56

Saturday, June 6, 2026

☾ NIGHT 04:5712:0619:15
Zone
PKT
UTC
UTC+05:00
IANA
Asia/Karachi

About Pakistan's time

A single time zone.

Pakistan uses a single timezone, Pakistan Standard Time (PKT, UTC+05:00), nationwide. Daylight saving time is not observed.

Major cities

Cities of Pakistan.

History

How Pakistan keeps time.

Before independence in 1947, the region that is now Pakistan followed British India's timekeeping system.

On January 1, 1951, Pakistan formally adopted Pakistan Standard Time (PKT) at UTC+05:00 by advancing 30 minutes from its previous alignment, to better match the country's geographic solar time. This placed Pakistan's clocks closer to the natural daylight cycle for its longitude.

Though Pakistan has occasionally experimented with daylight saving time to conserve energy, most recently in 2008 and 2009, no permanent DST practice has been adopted, and standard time remains consistent year-round.

Did you know?

Things about Pakistan's time.

Fact · 01

Pakistan's single timezone covers a country that spans more than 6° of longitude, from Gilgit-Baltistan in the east to Balochistan in the west. This means that in western areas like Quetta, solar noon can be noticeably later than clock noon. In practice, this westward shift affects daily life: in some western regions, routine activities like work and meals may occur with a slight delay according to the clock.

Fact · 02

Pakistan occasionally considers daylight saving time for energy conservation, notably in 2008 and 2009, but has not maintained it, partly through public debate over its effects on prayer schedules and TV broadcasting timetables. As a result, PKT remains steady UTC+05:00 throughout the year.

Frequently asked questions

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

Does Pakistan observe daylight saving time?
No, Pakistan currently uses Pakistan Standard Time (UTC+05:00) all year. Daylight saving time, when considered, lasted only for short periods in recent decades.
How many time zones are there in Pakistan?
Just one: Pakistan Standard Time (PKT), which applies everywhere in the country.
What is Pakistan Standard Time?
Pakistan Standard Time (PKT) is UTC+05:00, set on January 1, 1951, to better match the country's longitude and solar position.
Do western parts of Pakistan experience big clock-sun differences?
Yes. Because Pakistan spans over 6° of longitude, some western areas notice that solar noon can happen noticeably after noon by the clock, affecting daily routines.
Has Pakistan ever used daylight saving time?
The country temporarily tried daylight saving time in 2008 and 2009 for reasons like energy savings, but it did not continue with permanent changes.
I'm traveling to Pakistan from a Gulf country like the UAE — how does the time compare?
Pakistan is one hour ahead of the UAE, so when it’s noon in the UAE, it’s 1:00 PM in Pakistan.

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