#523 Verbose build view adds elements as well as changing others
Closed: Fixed 6 years ago Opened 7 years ago by james.

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...)

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.

Login to comment on this ticket.

Metadata