Asia · South-Eastern Asia · Sovereign state

Current time in Philippines

A single time zone at UTC+08:00.

Time in Manila☀ Daylight
11:26:17

Sunday, May 31, 2026

05:2511:5318:21
Zone
PST
UTC
UTC+08:00
IANA
Asia/Manila

About Philippines's time

A single time zone.

The Philippines uses a single time zone, Philippine Standard Time (UTC+08:00), which is commonly referred to as 'Philippine Time'. The country no longer observes daylight saving time.

Major cities

Cities of Philippines.

History

How Philippines keeps time.

The Philippines adopted Philippine Standard Time (UTC+08:00) on January 1, 1983, replacing the previous UTC+07:30 offset that had been in effect. However, prior to this standardization, the country had experimented with various daylight saving time periods, most notably during World War II and again under President Ferdinand Marcos in 1978. During WWII, the country briefly observed daylight saving time to align more closely with allied forces' operational schedules. After independence in 1946, standard time was maintained until the switch to UTC+08:00, effectively moving the entire nation forward by 30 minutes to align better with neighboring countries in Southeast Asia for economic and trade purposes.

Did you know?

Things about Philippines's time.

Fact · 01

Being based on UTC+08:00, the Philippines shares the same time zone as many major cities and countries including China, Singapore, Malaysia, and Australia (Perth), facilitating seamless business and communication across these regions. The abbreviation 'PST' for Philippine Standard Time is notable because it's distinct from Pacific Standard Time (also abbreviated PST), which refers to the UTC-08:00 or UTC-07:00 timezone in North America. Another interesting aspect is that despite spanning roughly 18° of longitude from east to west, the Philippines chooses to maintain only one national time zone.

Frequently asked questions

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

What is the time difference between the Philippines and Singapore?
There is no time difference between the Philippines and Singapore; both countries use UTC+08:00 year-round.
Does the Philippines observe daylight saving time?
No, the Philippines does not observe daylight saving time.
What time zone abbreviation does the Philippines use?
The Philippines uses PST, which stands for Philippine Standard Time.
When did the Philippines switch to its current time zone?
The Philippines switched to the current UTC+08:00 on January 1, 1983.

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