Asia · Eastern Asia · Dependency
Current time in Hong Kong
A single time zone at UTC+08:00.
Time in City of Victoria☀ Daylight
14:04:46
Sunday, August 30, 2026
Zone
HKT
UTC
UTC+08:00
IANA
Asia/Hong_Kong
About Hong Kong's time
A single time zone.
Hong Kong uses a single time zone, HKT (UTC+08:00), year-round — no timeshift roulette, no daylight saving confusion, just consistent timekeeping since 1904.
Major cities
Cities of Hong Kong.
Convert
Hong Kong to the world's clocks.
Hong Kong
2:04pm
Eastern Daylight Time
2:04am
Hong Kong to Eastern Time12 hours ahead
Hong Kong
2:04pm
Pacific Time
11:04pm
Hong Kong to Pacific Time15 hours ahead
Hong Kong
2:04pm
British Summer Time
7:04am
Hong Kong to London (GMT)7 hours ahead
Hong Kong
2:04pm
Central European Time
8:04am
Hong Kong to Central Europe6 hours ahead
Hong Kong
2:04pm
India Standard Time
11:34am
Hong Kong to India2 hours 30 minutes ahead
Hong Kong
2:04pm
Japan Standard Time
3:04pm
Hong Kong to Japan1 hour behind
Frequently asked questions
Common questions about Hong Kong's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- What is the time difference between Hong Kong and my time zone?
- Hong Kong is UTC+08:00 — so if you're in New York (UTC-5/-4 during DST), there's a 12-13 hour gap. When it's 9 AM here, it's 8 or 9 PM 'yesterday' back home.
- Does Hong Kong observe daylight saving time?
- Nope. Hong Kong stopped observing DST in 1979. It's been a straight UTC+08:00 with no exceptions since then. Your clock never springs forward or falls back here.
- Is Hong Kong the same time as mainland China?
- Yes. Hong Kong and mainland China both use UTC+08:00 (Beijing/Hong_Kong time). So whether you're crossing the border in Shenzhen or making calls to Shanghai, the clock stays the same.
- How does Hong Kong time compare to nearby regions?
- Hong Kong shares UTC+08:00 with China, Taiwan, Singapore, the Philippines, and Western Australia. All aligned — no offset acrobatics needed in the neighborhood.
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
}
}
]
}