World Clock
{{ getLocalTimeString() }}

PST and PDT — US Pacific Time

The live current time in US Pacific Time, and what the abbreviation actually means. PST and PDT are the winter and summer halves of the same zone, which is why a bare PST label is ambiguous for half the year.

PST is Pacific Standard Time, UTC−8. PDT is Pacific Daylight Time, UTC−7. US Pacific Time uses PST in winter and PDT in summer, switching on the second Sunday in March and the first Sunday in November.

{{ selectedTimezone ? selectedTimezone.city + ' Time' : 'Current Local Time' }}

{{ timeDifferenceInfo }}
{{ currentAbbrLabel }}
{{ getLocalTimeString() }}
{{ getLocalDateString() }}
{{ selectedTimezone ? selectedTimezone.timezone : localTimezone }}

{{ solarPlace ? 'Today in ' + solarPlace.city : 'Today' }}

ISO week {{ pageWeek.week }} of {{ pageWeek.year }}
The sun does not set today.
The sun does not rise today.
Solar Noon
{{ zoneClockLabel(pageSolar.solarNoonMs) }}

{{ solarOffsetLabel }}

Daylight Saving

Your time zone does not currently observe daylight saving time, so its offset from UTC stays the same all year round.

Time Difference

Common Timezones

{{ timezone.city }}

{{ getOffsetLabel(timezone) }}
{{ getTimeString(timezone) }}
{{ getDateString(timezone) }}
{{ getDayLabel(timezone) }}

Time Converter

Showing a shared time. The clock above is still live.

Pick a valid date and time to convert.

Showing {{ convertSourceTime }} on {{ convertSourceDate }} in every timezone below.

  • {{ row.city }}
    {{ row.offset }} · {{ row.date }}
    {{ row.time }}
    {{ row.dayDelta }}

Meeting Planner

Your day, hour by hour, in every zone on your list. Pick a column where nobody is asleep.

Working hours 9:00–18:00 Awake, off the clock Asleep 23:00–7:00
Local Hour
{{ h - 1 }}
{{ row.city }}
{{ getZoneOffset(row.timezone) }}
{{ cell.label }}

Timezone Search

City Timezone Current Time Action
{{ result.city }} {{ result.timezone }} {{ getTimeString(result) }}

Contact Us

{{ emailStatus.message }}