Time zone · Asia

EKT

East Kazakhstan Time

East Kazakhstan Time (EKT) covers southeastern parts of Kazakhstan on a year‑round UTC+05:00, so there are no daylight saving shifts to plan around.

UTC+05:00 standard2 IANA zones1 city
Current time in EKT☀ Daylight
08:29:45

Sunday, May 31, 2026

04:0512:1120:18
Standard
+05 · +5
IANA zones
2

Current offset

UTC+05:00

Standard · +05

Daylight saving

Not observed

Year-round standard time

IANA zones

2

None observe daylight saving

DST offset

No summer variant

About EKT

A fixed, year-round offset.

East Kazakhstan Time (EKT) covers southeastern parts of Kazakhstan on a year‑round UTC+05:00, so there are no daylight saving shifts to plan around.

IANA zones · the technical identifiers

The 2 zones that resolve to EKT.

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/AlmatyAlmaty— None
Asia/QostanayQostanay— None

Cities currently on EKT

The same hour, city by city.

1 city · all UTC+05:00

Where EKT is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

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

Frequently asked questions

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

Is East Kazakhstan Time the same all year?
Yes — the region never changes clocks, keeping a stable UTC+05:00 for both work and daily life.
Which major cities follow East Kazakhstan Time?
Cities like Almaty and Qostanay operate on EKT, Kazakhstan’s official time in this part of the country.
Does East Kazakhstan Time observe daylight saving time?
No — EKT does not observe daylight saving time, so you won’t see biannual time changes here.
What countries are in the EKT region?
The region includes multiple cities and towns in Kazakhstan on the same UTC+05:00 offset.
Is EKT ahead of UTC?
By five hours — East Kazakhstan Time runs at a fixed UTC+05:00 throughout the year.
Is there any upcoming clock change in EKT?
No — because EKT does not observe daylight saving, there are no scheduled clock changes upcoming.
How does EKT compare to other parts of Kazakhstan?
Other parts of Kazakhstan may use different offsets or historical DST rules, while EKT stays fixed.
Can I treat EKT as a single offset for planning?
Yes — the entire EKT region shares the same UTC+05:00, simplifying coordination across cities.
Why doesn’t EKT use daylight saving?
Kazakhstan no longer observes daylight saving nationwide, so EKT has settled on a permanent standard offset.

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