Asia · South-Eastern Asia · Sovereign state
Current time in Cambodia
A single time zone at UTC+07:00.
Time in Phnom Penh☀ Daylight
10:26:42
Sunday, May 31, 2026
Zone
+07
UTC
UTC+07:00
IANA
Asia/Phnom_Penh
About Cambodia's time
A single time zone.
The entire country runs on Indochina Time (UTC+7), confirmed by the Asia/Phnom_Penh zone. No daylight saving, so sunrise and business hours stay the same all year.
Major cities
Cities of Cambodia.
Frequently asked questions
Common questions about Cambodia's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- What timezone is Cambodia on?
- Cambodia observes Indochina Time, UTC+7, year-round.
- Does Cambodia use daylight saving time?
- No, Cambodia has never observed daylight saving time, so the UTC+7 offset stays constant throughout the year.
- What time zone is used in Phnom Penh, Siem Reap, and Sihanoukville?
- All of them use Asia/Phnom_Penh, UTC+7, so clocks are the same across Cambodia regardless of city or province.
- How does Cambodia's time compare to neighboring countries?
- Cambodia shares UTC+7 with Thailand, Vietnam, and Laos. It is one hour ahead of Singapore (UTC+8) and one hour behind Myanmar (UTC+6:30).
- Is there any difference between local solar time and clock time in Cambodia?
- Because Cambodia stretches east to west within a single time zone, solar noon arrives slightly earlier in eastern provinces near the Vietnamese border and later in western provinces near the Thai border, but all clocks stay on UTC+7.
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
}
}
]
}