ISO8601DateTimeで日付を渡すとき、pythonでハマったというか。
>>> from datetime import datetime
>>> print datetime.utcnow().isoformat()
2016-06-17T04:00:50.691886
UTCなのに末尾に Z もなければ +00:00 もつかない
StackOverflow
検証
% python
Python 2.7.11 (default, Mar 10 2016, 20:29:25)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2