Antarctic · South Georgia

Current time in King Edward Point

South Georgia Time.

-02 · UTC-02:00IANA: Atlantic/South_Georgia54.28° S · 36.50° W
Current time☾ Night
01:26:48

Sunday, May 31, 2026

☾ NIGHT 08:3112:2316:15
Sunrise
08:31
Solar noon
12:23
Sunset
16:15

Offset right now

UTC-02:00

South Georgia Time · -02

Daylight saving

Not observed

This zone has no seasonal clock change.

About King Edward Point time

King Edward Point keeps one clock.

In King Edward Point, the southernmost outpost keeps a quiet, steady beat at UTC−2, far from the rush of any global business hub. Here, the sun barely sets in summer and barely rises in winter, making every hour feel like a negotiation with the light.

Frequently asked questions

Common questions about King Edward Point's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

What time zone is King Edward Point in?
Atlantic/South_Georgia (UTC−2)
Does King Edward Point observe daylight saving time?
No, it stays on UTC−2 year-round.
How does the extreme latitude affect daily life?
With the sun hovering near the horizon for months, work and sleep cycles adapt to long twilight rather than clock time.
Is there a permanent population?
No official population; only rotating researchers and support staff.
What country governs King Edward Point?
It is part of the British Overseas Territory of South Georgia.
How do teams coordinate with King Edward Point?
Most global collaborators treat it as a fixed UTC−2 reference, ignoring DST adjustments.
What is unique about its longitude?
At −36.5°W, it sits almost exactly halfway between South America and Africa.
Are there any nearby cities?
None—King Edward Point is one of the most isolated settlements on Earth.

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