Adding ?verbose=1 to the build view adds stream/version/etc. but also changes the timestamps from ISO format to "human" format, which sucks for parsing.
So, we should just present the integer timestamp always? (That makes sense to me...)
On looking closer, we don't return integer timestamps anywhere anyways. The issue (as @james stated clearly, but which I mis-read) is that we often present ISO which is nice enough, but sometimes return "human" format which is good for no one in an API.
We should return ISO everywhere.
Should be fixed by #536.
Commit 3f8cacd8 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/mbs/issues/523
Please continue any further discussion there.