Skip to content

Fixed issue with missions.build_summary() if mission dates had no milliseconds

Compare
Choose a tag to compare
@bamhm182 bamhm182 released this 31 Jul 21:38
· 17 commits to main since this release
4753049
  • 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.