xmlrpc_date falsely parses dates in iso format. My patch fixes the problem.

  • If $time is not in iso we must use date function with provided timestamp $time all the time
  • if it is in iso, seconds start at 13char and not 14 and we first set $xmlrpc_date->iso8601 before we remove : and /
CommentFileSizeAuthor
xmlrpc_date.patch1.08 KBRok Žlender

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community

Yeah.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.