Time zone · Antarctic

SGT

South Georgia Time

South Georgia Time (SGT) is UTC−02:00 all year round with no daylight saving adjustments, a steady, quiet rhythm dictated by the far‑South Atlantic. It’s the time zone of a world that feels remote and unhurried, where clocks match the cadence of expedition schedules, maritime operations, and wildlife research stations.

UTC-02:00 standard1 IANA zone1 city
Current time in SGT☾ Night
01:29:49

Sunday, May 31, 2026

☾ NIGHT 08:3112:2316:15
Standard
-02 · −2
IANA zones
1

Current offset

UTC-02:00

Standard · -02

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About SGT

A fixed, year-round offset.

South Georgia Time (SGT) is UTC−02:00 all year round with no daylight saving adjustments, a steady, quiet rhythm dictated by the far‑South Atlantic. It’s the time zone of a world that feels remote and unhurried, where clocks match the cadence of expedition schedules, maritime operations, and wildlife research stations.

IANA zones · the technical identifiers

The zone that resolve to SGT.

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
Atlantic/South_GeorgiaSouth_Georgia— None

Cities currently on SGT

The same hour, city by city.

1 city · all UTC-02:00

Where SGT is used

One country.

Same offset · UTC-02:00

Other zones at UTC-02:00 right now.

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

Frequently asked questions

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

What is South Georgia Time?
SGT refers to the time zone used across South Georgia, an island in the South Atlantic Ocean. The clocks here are set to UTC−02:00 permanently—no daylight saving transitions to worry about.
Why does South Georgia keep UTC−02 all year?
South Georgia adopted UTC−02 in May 2021 permanently. Before that it used UTC−02 in winter and UTC−01 (South Georgia Summer Time) for several months each year. Today, no DST is observed.
Do other regions use this offset?
SGT’s UTC−02 offset is shared by a few other remote territories and ships at sea, making it a de facto “midnight” zone in the South Atlantic.
How does SGT affect daily life and local schedules?
Work and communications in South Georgia usually center around shipping timetables and research station routines rather than daylight hours; the consistent UTC−02 means everyone aboard or on‑island pretty much lives in perpetual “winter time.” }, {

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