Time zone · Asia

WKT

West Kazakhstan Time

West Kazakhstan Time (WKT / +05) is a UTC+05:00 time used across five member zones in Kazakhstan, including Aqtau, Aqtobe, Atyrau, Oral, and Qyzylorda. It maintains a consistent UTC+05:00 offset year-round without observing daylight saving, keeping clocks steady and predictable for local coordination and global collaboration.

UTC+05:00 standard5 IANA zones1 city
Current time in WKT☾ Night
01:04:31

Saturday, June 6, 2026

☾ NIGHT 05:0213:0921:16
Standard
+05 · +5
IANA zones
5

Current offset

UTC+05:00

Standard · +05

Daylight saving

Not observed

Year-round standard time

IANA zones

5

None observe daylight saving

DST offset

No summer variant

About WKT

A fixed, year-round offset.

West Kazakhstan Time (WKT / +05) is a UTC+05:00 time used across five member zones in Kazakhstan, including Aqtau, Aqtobe, Atyrau, Oral, and Qyzylorda. It maintains a consistent UTC+05:00 offset year-round without observing daylight saving, keeping clocks steady and predictable for local coordination and global collaboration.

IANA zones · the technical identifiers

The 5 zones that resolve to WKT.

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/AqtauAqtau— None
Asia/AqtobeAqtobe— None
Asia/AtyrauAtyrau— None
Asia/OralOral— None
Asia/QyzylordaQyzylorda— None

Cities currently on WKT

The same hour, city by city.

1 city · all UTC+05:00

Where WKT is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

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

Frequently asked questions

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

Which country is associated with the West Kazakhstan Time region?
Kazakhstan
How many member zones belong to West Kazakhstan Time?
5
Does West Kazakhstan Time observe daylight saving?
No
What is the current offset for the representative zone?
UTC+05:00
Which city is used as the representative zone for WKT?
Aqtau
Since when has the current offset been valid in the representative zone?
From 2004-10-31 03:00:00 +05
Is there a scheduled upcoming DST transition in this region?
Unknown

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