summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index e2216e7e6..a645ff488 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -340,6 +340,7 @@ function xmlrpc_date($time) {
$xmlrpc_date->minute = substr($time, 12, 2);
$xmlrpc_date->second = substr($time, 15, 2);
}
+ $xmlrpc_date->iso8601 = $time;
return $xmlrpc_date;
}