#4158 closed enhancement (fixed)
Change metaWeblog.* and wp.* dateCreated fields in XML-RPC to GMT
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | |
Focuses: | Cc: |
Description
Use post_date_gmt instead of post_date in the following XML-RPC methods:
- wp.getPage
- wp.getPageList
- metaWeblog.getPost
- metaWeblog.getRecentPosts
- metaWeblog.getRecentPostTitles
Attachments (4)
Change History (10)
#2
@
18 years ago
Sounds like the generally accepted format amount XML-RPC clients is to expect date/time in GMT, but to not use the Z that would indicate such. So the second diff is the same as the first but without the Z.
#4
@
18 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Re-open for 2.2 consideration.
Note: See
TracTickets for help on using
tickets.
After more feedback this may not be a a good solution, for now I want to hold off on this.