Africa · Western Africa · Sovereign state

Current time in Ghana

A single time zone at null.

Time in Accra☾ Night
19:58:54

Friday, June 5, 2026

☾ NIGHT 05:4611:5918:12
Zone
GMT
UTC
UTC+00:00
IANA
Africa/Accra

About Ghana's time

A single time zone.

Ghana keeps things simple with a single timezone — Greenwich Mean Time (GMT/UTC+0) — with no daylight saving time changes. This makes it one of the easiest countries to coordinate with for international scheduling.

Major cities

Cities of Ghana.

History

How Ghana keeps time.

Ghana adopted Greenwich Mean Time (GMT) during the colonial era as the Gold Coast, aligning with the British Empire's standard practice of establishing timezone observance across its territories. When Ghana gained independence in 1957, it retained GMT as its official time, maintaining continuity with the system already in place.

Unlike many countries in the region, Ghana never experimented with daylight saving time, keeping its clocks consistent year-round both before and after independence, which has provided a stable timekeeping framework throughout its history.

Did you know?

Things about Ghana's time.

Fact · 01

As a country situated close to the Prime Meridian that runs through Greenwich, London, Ghana's use of GMT is geographically logical and means the local solar time is well-aligned with its official timezone.

Fact · 02

Ghana's position on UTC+0 makes it an ideal reference point for coordinating activities across Africa's multiple time zones, which is reflected in the African Union's use of similar reference standards.

Fact · 03

The absence of daylight saving time also means Ghana maintains consistent business hours throughout the year, making it particularly straightforward for international companies to schedule meetings and operations.

Frequently asked questions

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

Does Ghana observe daylight saving time?
No, Ghana does not observe daylight saving time. The country stays on GMT (UTC+0) year-round, making it one of the more predictable timezones globally.
Why does Ghana use Greenwich Mean Time?
Ghana's position near the Prime Meridian makes GMT geographically appropriate. The country adopted this timezone during the British colonial period as the Gold Coast and retained it after gaining independence in 1957.
Is Ghana's timezone the same as the UK?
Ghana stays on GMT year-round, while the UK switches between GMT in winter and BST (GMT+1) during summer. This means Ghana and the UK share the same time only during the UK's winter months.
How many timezones does Ghana have?
Ghana has just one timezone — GMT (UTC+0). Unlike some larger African nations that span multiple timezones, Ghana's territory is small enough to be covered by a single zone.
What are typical business hours in Ghana?
Standard business hours in Ghana are typically 8:00 AM to 5:00 PM GMT, Monday through Friday. Most government offices and banks operate on a similar schedule.
Is Ghana in the same timezone as neighboring countries?
Most of Ghana's neighbors also use GMT (UTC+0), including Côte d'Ivoire to the west and Burkina Faso to the north. However, Togo to the east and other countries further east may be in UTC+1.
Will I need to adjust my watch when visiting from Europe?
If you're visiting from Western Europe during European winter, no adjustment is needed — you'll be on the same time. During European summer, you'll need to set your watch back one hour, as most of Europe observes daylight saving time while Ghana does not.

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