I'm having the following data:
"startAt": "PT0S", "endAt": "PT21M12.667S"
startAt defines the start of a video and endAt the end of the video. How can I calculate the time between these points? I guess its ISO 8601 and I am using Java, but the library I tried (Joda) doens't work with the endAt paramter.