Americas · Guyana

Current time in Georgetown

Guyana Time.

-04 · UTC-04:00IANA: America/Guyana6.80° N · 58.15° W
Current time☀ Daylight
17:12:15

Friday, June 5, 2026

05:3511:5018:05
Sunrise
05:35
Solar noon
11:50
Sunset
18:05

Offset right now

UTC-04:00

Guyana Time · -04

Daylight saving

Not observed

This zone has no seasonal clock change.

About Georgetown time

Georgetown keeps one clock.

Georgetown, Guyana’s coastal capital, moves at a relaxed Caribbean speed while staying plugged into the Americas and Europe. With a steady -4 offset and no clocks jumping for daylight saving, meetings with partners in New York, London, or western Africa feel straightforward.

Frequently asked questions

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

Why is Georgetown’s time zone easy to coordinate with?
Guyana stays at UTC-4 year-round and never observes daylight saving time, so your offset from collaborators in the eastern US and Britain remains constant all year.
How early do people usually start work?
Sunrise near 6 AM in Georgetown sets a natural rhythm; most offices kick off around 7:30–8:30 AM, making mornings ideal for calls with East Coast America and Western Europe.
When is Georgetown aligned with New York?
During US EDT (roughly March–November), Georgetown shares the same clock as New York and Toronto at UTC-4, so a 9 AM meeting in any of those cities lands at 9 AM GMT too.
How does the -4 offset help with European partners?
When London is on GMT (usually October–March), it’s just four hours ahead, meaning a 1 PM Georgetown lunch is still mid-morning in the UK; summer BST shortens that to three hours.
Does daylight saving affect Guyana at all?
Guyana stopped using daylight saving decades ago, and its current time zone makes no clock shifts, giving remote teams a stable reference across seasons.
Are there seasons that change working hours?
Guyana has wet and dry seasons, but salaries and business hours rarely shift; expect consistent daylight from about 6 AM to 6 PM all year along the coast.
What’s a good time slot for tri-continent calls?
Mid-morning Georgetown (around 10 – 12 PM) lines up with lunchtime in London and early afternoon in West Africa, easing coordination across Americas, Europe, and Africa.

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