Eastern Indonesia Time

Asia/Jayapura

At a glance

IANA
Asia/Jayapura
Standard offset
UTC+9 (GMT+9)
Observes DST?
No
Countries
ID
Main cities
Jayapura, Ambon, Sorong, Ternate

Developer snippets

// JavaScript
new Intl.DateTimeFormat('en-US', { timeZone: 'Asia/Jayapura' }).format(new Date());

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('Asia/Jayapura'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('Asia/Jayapura'));