Opened 6 years ago
Closed 6 years ago
#4624 closed defect (bug) (fixed)
Don't return GMT date/time in XML-RPC, breaks some clients.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.3 |
| Component: | Administration | Version: | 2.2.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | josephscott |
Attachments (3)
Change History (7)
josephscott — 6 years ago
josephscott — 6 years ago
comment:1
foolswisdom — 6 years ago
- Milestone changed from 2.2.2 to 2.2.3
- Version set to 2.2.2
josephscott — 6 years ago
comment:3
josephscott — 6 years ago
- Cc josephscott added
Note: See
TracTickets for help on using
tickets.

I've uploaded a new patch against trunk (gmt-xmlrpc.php.diff) that reverts the dateCreated field back to blog time (instead of GMT) and adds a new field, date_created_gmt, that is always GMT (even though it has no time zone info).