Time zone · Oceania

PNGT

Papua New Guinea Time

Papua New Guinea Time is used throughout Papua New Guinea, and it stays at the same standard time all year round — no daylight saving transitions to worry about.

UTC+10:00 standard1 IANA zone1 city
Current time in PNGT☀ Daylight
13:29:43

Sunday, May 31, 2026

06:2012:0817:57
Standard
+10 · +10
IANA zones
1

Current offset

UTC+10:00

Standard · +10

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About PNGT

A fixed, year-round offset.

Papua New Guinea Time is used throughout Papua New Guinea, and it stays at the same standard time all year round — no daylight saving transitions to worry about.

IANA zones · the technical identifiers

The zone that resolve to PNGT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Pacific/Port_MoresbyPort_Moresby— None

Cities currently on PNGT

The same hour, city by city.

1 city · all UTC+10:00

Where PNGT is used

One country.

Same offset · UTC+10:00

Other zones at UTC+10:00 right now.

These named zones share PNGT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Papua New Guinea observe daylight saving time?
No, it does not observe daylight saving time at all, meaning the clocks never spring forward or fall back.
What time of day is it in PNGT compared to New York (EST)?
PNGT is 15 hours ahead of Eastern Standard Time (EST). So when it's Monday noon in New York, it's 3:00 AM on Tuesday in Papua New Guinea.
What is the most practical way to schedule a call with someone in Papua New Guinea if I'm in London?
The overlap is narrow — London's business hours roughly correspond to evening to late night in PNG. A good window is early morning in London (before 9:00 AM) so it lands in the late afternoon in Port Moresby.
How does PNGT compare to its neighbor Australia?
Papua New Guinea uses a fixed +10 UTC offset, roughly matching Australia's eastern states in standard time. However, Australian states like NSW and Victoria spring forward in spring time, putting them one hour ahead of PNGT during those months.
What happens if I forget to account for PNGT and type the local time into my calendar?
If you forget to specify +10 and your calendar defaults to your local zone, you'd be setting appointments 10 hours off. Always add +10 explicitly or pick 'Port Moresby' as the zone.
Should I change my watch when traveling to Papua New Guinea from Southeast Asia?
From Singapore or Malaysia, PNG is two hours ahead. From Sydney, PNG matches clock time but lacks daylight saving in spring. Adjust your watch forward accordingly.

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