My standing point:
- All datetime starts from 01 January, 1970 UTC in all countries.
- All programming language can parse numeric to datetime object.
So my question is, why use iso8601 format for API design instead of numeric milliseconds format? I couldn't find much from googling, so some examples and links will be helpful, thanks!