Opened 16 years ago
Closed 16 years ago
#12534 closed defect (bug) (fixed)
Looks like date_create slipped through
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | minor | Version: | 3.0 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
All functions checked but date_create() in the pair wp_timezone_supported() and wp_timezone_override_offset().
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
It looks to me that PHP 5.1 included this fuctionality, but only 5.2 included it enabled by default. I'd say originally it was expected that if the timezone functions were available, so was date_create.