Asia · Hong Kong

Current time in City of Victoria

Hong Kong Standard Time.

HKT · UTC+08:00IANA: Asia/Hong_Kong22.27° N · 114.19° E
Current time☾ Night
18:20:44

Thursday, June 11, 2026

05:3812:2219:07
Sunrise
05:38
Solar noon
12:22
Sunset
19:07

Offset right now

UTC+08:00

Hong Kong Standard Time · HKT

Daylight saving

Not observed

This zone has no seasonal clock change.

Convert

City of Victoria to the world's clocks.

Open the converter →

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