Use RFC3339 timestamps in the API
B
Bob
The client bindings generated with OpenAPI for Golang do not work for any API method that returns a timestamp. This is because the generated structs model the timestamps as a time.Time type and json.Unmarshal can only decode RFC3339 timestamps into time.Time types.