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
05:20:39
Saturday, June 6, 2026
Sunrise
05:38
Solar noon
12:21
Sunset
19:04
Daylight saving
Not observed
This zone has no seasonal clock change.
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
}
}
]
}