Americas · French Guiana
Current time in Cayenne
French Guiana Time.
-03 · UTC-03:00IANA: America/Cayenne4.94° N · 52.33° W
Current time☾ Night
18:13:45
Friday, June 5, 2026
Sunrise
06:15
Solar noon
12:27
Sunset
18:39
Daylight saving
Not observed
This zone has no seasonal clock change.
About Cayenne time
Cayenne keeps one clock.
Life in Cayenne runs three hours behind UTC, so morning here is late morning in Central Europe. Business meetings that feel like normal office hours in French Guiana line up neatly with lunchtime in Paris.
Frequently asked questions
Common questions about Cayenne's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].
- Is Cayenne on French Guiana time year-round?
- French Guiana (Cayenne) uses a fixed UTC−3 offset and does not observe daylight saving, so the offset stays the same throughout the year.
- What does the -03 offset mean for global meetings?
- Scheduling with Cayenne often works well for mornings in the Americas and early-to-mid afternoon in Western and Central Europe.
- Why doesn’t French Guiana have daylight saving?
- Near the equator, Cayenne gets nearly constant 12‑hour daylight, so there’s little benefit to shifting clocks.
- How to phrase a meeting slot with Cayenne?
- Any local clock time is just UTC minus 3 hours; when saying the slot you can just note it as -03/-0300.
- Is Cayenne the same time as most of France?
- No—mainland France is usually CET/CEST, so Cayenne is typically 4–5 hours behind Paris.
- When does the sun usually rise around Cayenne?
- Because of the tropical sunrise pattern, days don’t vary much; expect sunrises around 06:00 local time.
- What season or month matters most for Cayenne scheduling?
- Seasons barely change utc offset, but local holidays or work rhythms from French Guiana can still affect the best meeting times.
- Is dawn or dusk very different in French Guiana?
- The near-equatorial location gives fairly steady sunrise and sunset, around 06:00 and 18:00.
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
}
}
]
}