Americas · United States

Current time in San Francisco

Pacific Standard Time. Currently on daylight saving time.

PDT · UTC-07:00IANA: America/Los_Angeles37.77° N · 122.42° W
Current time☾ Night
21:41:05

Monday, June 1, 2026

☾ NIGHT 05:4913:0720:25
Sunrise
05:49
Solar noon
13:07
Sunset
20:25

Offset right now

UTC-07:00

Pacific Standard Time · PDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

36%
Mar 8, 2026Nov 1, 2026

About San Francisco time

San Francisco keeps two clocks.

In the heart of the United States' tech corridor, San Francisco pulses with the Pacific rhythm—where the morning fog rolls in from the Bay, and by midday, idea-driven work cycles sync with coasts far east. Teams here often shape their agendas around a global clock, yet stay rooted in the long, sunlit evenings of the West Coast.

Daylight saving

The year, by the clock.

Currently PDT
PSTPDTPST8 Mar · +1h1 Nov · −1h Jan 2026 Dec

Now

PDT

Daylight saving · since Mar 8, 2026

Next change

Nov 1, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

Do local businesses adjust to the hourly differences with the East Coast?
Many meetings happen in the overlap hours between 12 PM and 3 PM local time, when both coasts are online.
Does the day feel different in winter versus summer here?
Daylight saving stretches the evening light almost to 9 PM in July, while December sunsets arrive just after 5 PM.
What's unique about being on Pacific time for a global workforce?
Startups here often run early standups so hand-offs to Europe are smooth before lunch.
How do residents describe the pace of the day?
Mornings are crisp with fog and coffee, afternoons buzz with brainstorming, and the commute westbound glows in golden evening light.
Is there a cultural touchstone around the time change?
The 'fall back' is celebrated with last patio brunches before darker evenings set in.
Are there obvious differences from the East Coast's vibe?
West Coast time feels unhurried—lunch is lighter, and evening brainstorming is common.
What are the pros and cons for remote teams?
Pros: late afternoons sync easily with the East Coast. Cons: early morning calls require alarm discipline.

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