Subject: | RPC::XML::datetime_iso8601 returns date string in wrong format |
RPC::XML::datetime_iso8601 returns the time in wrong format that uses
hashes between date fields. E.g. "YYYY-MM-DDThh:mm:dd".
Correct format for xml-rpc would be "YYYYMMThh:mm:dd".
This makes RPC::XML incompatible with other packages that strictly
follow the xml-rpc specification. For example Apache XML-RPC used by
Java programmers.
PS. I already know that ISO8601 purists say that mixing basic and
extended format is not according to spec.