Americas · United States

Current time in Portland

Pacific Standard Time. Currently on daylight saving time.

PDT · UTC-07:00IANA: America/Los_Angeles45.52° N · 122.68° W
Current time☾ Night
21:40:29

Monday, June 1, 2026

☾ NIGHT 05:2413:0820:52
Sunrise
05:24
Solar noon
13:08
Sunset
20:52

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 Portland time

Portland keeps two clocks.

In Portland, Oregon, the Pacific Daylight Time rhythm keeps the tech scene humming with laid-back West Coast energy, where frequent drizzle and lush greenery set a relaxed pace, while long summer evenings from the northern latitude give teams extra daylight time for winding down after work.

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 Portland's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

How does Portland's latitude affect working daylight hours in summer?
At 45.5° north, Portland enjoys evening daylight lingering past 9 PM during June, giving workers a long, golden window for evening errands or bike commutes home in the sun.
Is the morning darkness a coordination challenge for Portland workers in winter?
True, in December the sun rises after 7:30 AM, so early-birds ending work before 4 PM may cycle home in darkness, a common adjustment for those syncing with East Coast remote teams.
How does Pacific Daylight Time impact overlap with East Coast work hours?
With a three-hour time difference, Portlanders typically start around 9 AM PDT to maximize overlap with New York, creating a natural schedule where West Coast mornings catch East Coast colleagues at end-of-day wrap-ups.
Does the frequent rain culture affect meeting habits in Portland?
The persistent drizzle and overcast skies seem to motivate Portland teams to favor video calls over in-person meetups, and teammates joke that gray skies blur the distinction between work-from-home and office days.
Do remote workers in Portland deal with frequent clock adjustments?
Twice yearly, Oregon observes daylight saving shifts like the rest of the Pacific zone, nudging clocks forward in March and back in November, a rhythm locals accept smoothly alongside monthly rainfall reports.
What unique timezone quirk do visitors to Portland notice?
Travelers from the East Coast find the three-hour delay jarring, often skipping midday calls to match their roasting schedules, while locals savor the unhurried morning calm ahead of rush-hour commutes on I-205.
Are there Portland tech clusters geared toward Pacific hours?
The 'Silicon Forest' thrives on Pacific timing, with headquarters aligning product sprints to the sun-drenched workday, complemented by remote employees dispersed along the Columbia River Gorge.
Would early-fall daylight in Portland aid project launches?
September twilight around 7:30 PM plus dry, warm days creates a mood-boosting lull when Portland teams squeeze in last-minute deployments or casual happy hours at food carts under strings of patio lights.

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