Kyrgyzstan Time

Asia/Bishkek

At a glance

IANA
Asia/Bishkek
Standard offset
UTC+6 (GMT+6)
Observes DST?
No
Countries
KG
Main cities
Bishkek, Osh, Jalal-Abad, Karakol

Developer snippets

// JavaScript
new Intl.DateTimeFormat('en-US', { timeZone: 'Asia/Bishkek' }).format(new Date());

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('Asia/Bishkek'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('Asia/Bishkek'));