Time zone · Asia

EKT

East Kazakhstan Time

East Kazakhstan Time (EKT) is used across eastern Kazakhstan, including Almaty and Qostanay. With no daylight saving changes, the region stays on a consistent UTC+05:00 year‑round, simplifying scheduling for residents and remote collaborators.

UTC+05:00 standard2 IANA zones3 cities
Current time in EKT☾ Night
01:04:56

Saturday, June 6, 2026

☾ NIGHT 04:1311:5019:28
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) is used across eastern Kazakhstan, including Almaty and Qostanay. With no daylight saving changes, the region stays on a consistent UTC+05:00 year‑round, simplifying scheduling for residents and remote collaborators.

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.

3 cities · 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 everywhere?
In this region, yes: both Asia/Almaty and Asia/Qostanay share a fixed UTC+05:00 with no DST.
Does EKT observe daylight saving time?
No — there are no daylight saving transitions, which removes twice‑yearly clock‑adjustment friction.
What cities use East Kazakhstan Time?
The main representative zone is Almaty (Kazakhstan), a major city for business, culture, and events in Central Asia.
When did EKT last change its offset?
The latest documented local change was around 2024‑02‑29; from the region’s perspective, the current steady UTC+05:00 is what you should rely on now.
Why does remote collaboration with the region feel stable?
With a non‑DST, fixed‑offset region, meeting times and deadlines stay predictable across the year for both locals and global teams.

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