Asia · Cambodia

Current time in Phnom Penh

Indochina Time.

+07 · UTC+07:00IANA: Asia/Phnom_Penh11.55° N · 104.92° E
Current time☀ Daylight
10:26:21

Sunday, May 31, 2026

05:3511:5718:20
Sunrise
05:35
Solar noon
11:57
Sunset
18:20

Offset right now

UTC+07:00

Indochina Time · +07

Daylight saving

Not observed

This zone has no seasonal clock change.

About Phnom Penh time

Phnom Penh keeps one clock.

In Cambodia's bustling capital of Phnom Penh, the work rhythm embraces a consistent pace year-round, never needing to spring forward or fall back—meetings across Southeast Asia stay neatly at UTC+7, making remote coordination with partners from Jakarta to Bangkok almost second nature. The tropical daylight pattern anchors days that stretch predictably under the same hour, granting an unhurried flow to both business and leisure throughout the year.

Frequently asked questions

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

Why doesn't Phnom Penh change its clocks?
Cambodia stays on Indochina Time (UTC+7) all year. No daylight saving means one less thing to worry about when setting up a call with teammates abroad.
How do daylight hours Phnom Penh's schedule?
Being close to the equator, days are roughly 12 hours of daylight year-round. Mornings start early and evenings wind down before 7 p.m., naturally aligning with the +07 offset across the Mekong region.
What's the best time for cross-border meetings with Jakarta or Ho Chi Minh City?
Both sit comfortably in UTC+7, so mid-morning in Phnom Penh overlaps neatly with the business hours of partners in Indonesia and Vietnam—no mental math required.
Does Phnom Penh ever observe daylight saving time?
No. Teams in Cambodia can reuse the same UTC+7 conversion charts every month.
Can I reuse the same UTC+7 link for Bangkok and Phnom Penh?
Yes—Cambodia shares Indochina Time with Thailand, Laos, and Vietnam, so one timezone.io page covers the whole region.
+07 all year—any tips for remote workers?
Keep your calendar set to Phnom Penh's UTC+7 and you'll glide through the year without a single 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
}
}
]
}