Asia · Hong Kong

Current time in Hong Kong

Hong Kong Standard Time.

HKT · UTC+08:00IANA: Asia/Hong_Kong22.32° N · 114.17° E
Current time☀ Daylight
11:27:55

Sunday, May 31, 2026

05:3812:2019:03
Sunrise
05:38
Solar noon
12:20
Sunset
19:03

Offset right now

UTC+08:00

Hong Kong Standard Time · HKT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Hong Kong time

Hong Kong keeps one clock.

Hong Kong never observes daylight saving, so the work rhythm here stays remarkably consistent even as other regions spring forward or fall back. Since you're coordinating with teams in Europe or North America's East Coast, the most seamless window tends to be early morning your time—think 7–9 a.m.

Frequently asked questions

Common questions about Hong Kong's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Hong Kong observe daylight saving time?
No, Hong Kong Standard Time has been permanently fixed at UTC+8 year-round since 1979.
What makes Hong Kong's time zone culturally unique?
Hong Kong sits at roughly the same longitude as most of China, yet it maintains its own distinct HKB timezone designation.
Are there any quirks with daylight in the city?
Located at 22 degrees north latitude means that Hong Kong's daylight hours stay relatively stable year-round.
What's the best time to coordinate with the US East Coast?
Hong Kong is typically 8 hours ahead of UTC, it’s usually 12–13 hours ahead of New York.
Does the lack of daylight saving help with international scheduling?
Consistent time offsets mean financial markets and business teams can schedule calls without adjusting clocks, which is particularly valuable for a hub of global trade like Hong Kong.

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