Opened 17 years ago
Closed 16 years ago
#5659 closed enhancement (duplicate)
Please expose timezone offset through xmlrpc
Reported by: | raghos | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Hi,
I'm writing a client for wordpress. Right now, when one wants to submit a new post, there's no way to know what the timezone offset is, and must rely on the information provided by dateCreated and date_created_gmt from previous posts. This is not great in many situations.
Thanks!
CArlos
Change History (5)
#1
@
17 years ago
- Cc josephscott added
- Component changed from General to XML-RPC
- Keywords needs-patch added
- Milestone changed from 2.6 to 2.5
- Version set to 2.5
Note: See
TracTickets for help on using
tickets.
Do the apis not just take ISO8601 timestamps?
I would expect the client to send either a UTC timestamp based on the clients timestamp or an ISO8601 timestamp with timezone offset and WordPress to use that to enter the info in the database?