You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the API is called with the string ISO 8601 format for these properties, the results are echo'd back in the response having been converted to unix milliseconds. If the values are sent in the original request as unix milliseconds, they are echo'd back having not been transformed.
For the sake of consistency the .NET client has implemented both the request and response parsing using unix milliseconds - it may be worth updating the specification and documentation to point the user towards doing the same.