Time zone · Asia

PKT

Pakistan Standard Time

Pakistan Standard Time (PKT) keeps things straightforward—there’s no daylight saving to track, just a steady UTC+05:00 all year round across Pakistan, including Karachi. For teams collaborating with the region, that predictability makes scheduling simpler, while daily life and business rhythms stay aligned with a consistent clock.

UTC+05:00 standard1 IANA zone24 cities
Current time in PKT☾ Night
01:03:33

Saturday, June 6, 2026

☾ NIGHT 04:5712:0619:15
Standard
PKT · +5
IANA zones
1

Current offset

UTC+05:00

Standard · PKT

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About PKT

A fixed, year-round offset.

Pakistan Standard Time (PKT) keeps things straightforward—there’s no daylight saving to track, just a steady UTC+05:00 all year round across Pakistan, including Karachi. For teams collaborating with the region, that predictability makes scheduling simpler, while daily life and business rhythms stay aligned with a consistent clock.

IANA zones · the technical identifiers

The zone that resolve to PKT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/KarachiKarachi— None

Cities currently on PKT

The same hour, city by city.

24 cities · all UTC+05:00

Where PKT is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

These named zones share PKT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Pakistan observe daylight saving time?
No. Pakistan does not observe daylight saving time at all, so PKT stays fixed at UTC+05:00 year-round.
Which city represents Pakistan Standard Time?
Karachi, Pakistan’s largest city and key financial hub, is the primary representative zone for PKT.
How many zones are in the Pakistan Standard Time region?
The PKT region contains a single member zone: Asia/Karachi.
Is there any upcoming clock change for PKT?
No. There are no scheduled transitions or daylight saving shifts, so the UTC+05:00 offset is expected to continue indefinitely.
When was Pakistan Standard Time last adjusted?
The current UTC+05:00 offset has been in effect since October 31, 2009.
Is Pakistan Standard Time used outside of Pakistan?
No. PKT is specific to Pakistan and is not officially observed in other countries.
How does PKT compare to neighboring time zones?
PKT is one hour ahead of Afghanistan Time (AFT at UTC+04:30) and aligns with parts of Central Asia that use UTC+05:00, and is one hour behind India Standard Time (IST at UTC+05:30).

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