The function xmlrpc_date($time) in xmlrpc.inc drops the second and only stores the 10s as seconds.
Error is in $xmlrpc_date->second = substr($time, 14, 2);
Should be in $xmlrpc_date->second = substr($time, 13, 2);
minutes are on position 11 and 12 so seconds are on position 13 and 14
Patch included.
| Comment | File | Size | Author |
|---|---|---|---|
| xmlrpc.patch | 508 bytes | clemens.tolboom |
Comments
Comment #1
gerhard killesreiter commentedThis bug is already fixed in D6 and D7.
Comment #2
drummCommitted to 5.x.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.