Specify timestamps as string/date-time
Created by: creckord
Currently the spec defined the Listing created
and changed
properties as int64
. However, the server implementation returns a ISO-8601 formatted date-time string.
I think it makes sense to have the string format, since it's more expressive than a numerical epoch value. So vote to change the spec instead of the server implementation.