Antarctic · Dependency

Current time in South Georgia

A single time zone at UTC-02:00.

Time in King Edward Point☾ Night
05:35:36

Friday, June 12, 2026

☾ NIGHT 08:4312:2516:07
Zone
-02
UTC
UTC-02:00
IANA
Atlantic/South_Georgia

About South Georgia's time

A single time zone.

South Georgia currently operates on UTC-02:00 year-round under the Atlantic/South_Georgia timezone, with no daylight saving time adjustments, aligning closely with its geographic position in the sub-Antarctic Atlantic.

Major cities

Cities of South Georgia.

Did you know?

Things about South Georgia's time.

Fact · 01

South Georgia uses a fixed UTC-02:00 offset, which roughly corresponds to its geographic longitude (around 36°W). Since the island has no permanent population—only rotating teams of scientists and researchers at government-run stations—the system is designed for practical record-keeping rather than civil timekeeping. Time is typically coordinated with UTC-02:00, though in practice operations may track UTC or British time (GMT/BST) depending on the base of the expedition.

Convert

South Georgia to the world's clocks.

Open the converter →

Frequently asked questions

Common questions about South Georgia's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What time zone is South Georgia in?
South Georgia uses the Atlantic/South_Georgia time zone, which is UTC-02:00 year-round.
Does South Georgia observe daylight saving time?
No, South Georgia does not observe daylight saving time. It stays on UTC-02:00 permanently.
Why is South Georgia's time zone -02:00?
The UTC-02:00 offset aligns roughly with the island’s geographic longitude (around 36°W), providing a reasonably close match to local solar time.
Is there a fixed time zone used on South Georgia?
Yes, there is only one time zone: Atlantic/South_Georgia (UTC-02:00). There are no internal time zone divisions.
Is the timezone used for civil time or operational purposes?
Because there’s no permanent population, UTC-02:00 is used mainly for consistency in records. Actual operations often follow the time zone of the coordinating base (such as UTC or British 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
}
}
]
}