What\'s the recommended timestamp format for a REST GET API like this:
http://api.example.com/start_date/{timestamp}
I think the actual dat
Every datetime field in input/output needs to be in UNIX/epoch format. This avoids the confusion between developers across different sides of the API.
Pros:
Cons:
Notes: