Asia · South-Eastern Asia · Sovereign state

Current time in Thailand

A single time zone at UTC+07:00.

Time in Bangkok☾ Night
02:59:32

Saturday, June 6, 2026

☾ NIGHT 05:4912:1618:43
Zone
+07
UTC
UTC+07:00
IANA
Asia/Bangkok

About Thailand's time

A single time zone.

Thailand uses a single time zone, UTC+07:00 (ICT), known as Indochina Time, and does not observe daylight saving time. Its time has remained stable and straightforward for over a century.

Major cities

Cities of Thailand.

History

How Thailand keeps time.

Thailand adopted a standardized national time in 1901 under King Chulalongkorn (Rama V), initially setting the capital's local mean time at about UTC+06:42. In 1920, the government aligned the country with the international time zone system by adopting Indochina Time at UTC+07:00, partly to simplify coordination across regions and with neighboring colonial territories. This offset has remained unchanged since. Unlike many countries, Thailand has never observed daylight saving time, reflecting its tropical location where daylight hours vary little throughout the year. The choice of a single time zone has provided consistency for administration and commerce, and the country has made no major shifts since the 1920 change.

Did you know?

Things about Thailand's time.

Fact · 01

Thailand’s use of a single time zone simplifies travel and communication across the country—from Bangkok to Chiang Mai or Phuket, there’s never a time difference to adjust for. Being near the equator, daylight hours are relatively constant, making daylight saving time unnecessary, so the clock doesn’t change at all during the year. The country’s time zone also aligns it closely with several neighboring countries, such as Cambodia, Laos, and Vietnam, facilitating regional business and travel within Indochina. One subtle curiosity is that parts of eastern Thailand geographically align better with UTC+08:00, yet the uniform UTC+07:00 keeps the nation synchronized under one simple system.

Frequently asked questions

Common questions about Thailand's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

Does Thailand observe daylight saving time?
No, Thailand has never observed daylight saving time. The country uses Indochina Time (UTC+07:00) year-round.
What time zone is Thailand in?
Thailand uses a single time zone, Indochina Time (ICT), which is UTC+07:00.
Is the time the same across all of Thailand?
Yes, Thailand has only one official time zone. From Bangkok to Chiang Mai or Phuket, the time is always the same.
When did Thailand adopt its current time zone?
Thailand officially adopted Indochina Time, UTC+07:00, in 1920, replacing its earlier local mean time based on Bangkok's longitude.
Are there any territories of Thailand that use a different time zone?
No. All regions of Thailand use the same time zone, Asia/Bangkok, with the offset UTC+07:00.
How does Thailand’s time zone compare to its neighbors?
Thailand shares the same UTC+07:00 offset as Cambodia, Laos, and Vietnam, making regional coordination straightforward.
Has Thailand ever changed its time zone?
The country transitioned from local mean time to Indochina Time in 1920 and has kept the same offset since.
Why doesn’t Thailand use daylight saving time?
Thailand is near the equator, where daylight hours are relatively constant throughout the year, so there is no practical need for daylight saving time.

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