Fixed issue with missions.build_summary() if mission dates had no milliseconds
- Sometimes the claimedOn property of a mission is written as
%Y-%m-%dT%H:%M:%SZ
instead of%Y-%m-%dT%H:%M:%S.%fZ
. An exception used to occur if this happened. This is now fixed.