America/Scoresbysund

America/Scoresbysund

At a glance

IANA
America/Scoresbysund
Standard offset
UTC−2 (GMT-2)
DST offset
UTC−1 (GMT-1)
Observes DST?
Yes
Countries
Main cities

Developer snippets

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

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('America/Scoresbysund'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('America/Scoresbysund'));