Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#25093 closed defect (bug) (invalid)

Time Zones Incorrect

Reported by: abigailll Owned by:
Priority: normal Milestone:
Component: Date/Time Version:
Severity: normal Keywords:
Cc: Focuses:

Description

My time zone is set to UTC -5, what it should be. But the time is 1 hour behind. The current time is 11:20 AM, and to schedule a post for 11:30, I would need to schedule it at 10:30 instead.

This may have something to do with Daylight Savings Time, but still the time is incorrect.

Change History (3)

#1 @nacin
13 years ago

Assuming you are in the U.S. Eastern timezone, then your current timezone is actually UTC -4 (EDT), not UTC-5 (EST).

Instead of changing the UTC offsets every six months, you can specify a real timezone (such as America/New York) and DST will be handled for you.

There are long-standing feature requests for making this — #10324.

#2 @nacin
13 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

#3 @SergeyBiryukov
13 years ago

  • Component GeneralDate/Time
Note: See TracTickets for help on using tickets.