Americas · Costa Rica

Current time in San José

Central Standard Time.

CST · UTC-06:00IANA: America/Costa_Rica9.93° N · 84.09° W
Current time☀ Daylight
15:19:04

Friday, June 5, 2026

05:1411:3417:55
Sunrise
05:14
Solar noon
11:34
Sunset
17:55

Offset right now

UTC-06:00

Central Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About San José time

San José keeps one clock.

San José runs on steady, year-round Central Standard Time, so daylight never shifts your schedule—businesses open and close with the same reliable rhythm since Costa Rica scrapped daylight saving decades ago. Morning light hits early and fades past 6 p.m., keeping the whole workday snug before sunset.

Frequently asked questions

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

Why doesn’t San José observe daylight saving time?
Costa Rica stopped using daylight saving in the early 1990s, so clocks stay fixed at UTC −6 all year.
How does that affect daily life?
No seasonal clock changes means meetings never jump an hour and the sun still arcs predictably by mid-morning most of the year.
Do remote teams in San José overlap easily with US offices?
Morning in San José overlaps well with East Coast hours; afternoon aligns neatly for Central US, West Coast may need a weekend or after-hours call.
What’s a good collaboration window?
Most teams sync from 9 a.m.–noon CST, catching both US and San José before the afternoon dips.
Is sunrise consistent?
Near the equator, daylight barely shifts—dawn near 6 a.m., dusk around 6 p.m., total predictability for calendar invites.
Any quirks to know?
No DST, no hour jumps, especially with US teams who spring forward; Costa Rica stays put.

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