South Georgia Time

Atlantic/South_Georgia

At a glance

IANA
Atlantic/South_Georgia
Standard offset
UTC−2 (GMT-2)
Observes DST?
No
Countries
GS
Main cities
Grytviken

Developer snippets

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

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('Atlantic/South_Georgia'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('Atlantic/South_Georgia'));