Do you prefer to use Unix Epoch or ISO 8601 format for timestamps?
Especially in API interfaces, where JSON don't have timestamps type natively. You'll have to represent the timestamp as either a string or a number. Do you prefer to use IOS 8601 (a string) or Unix Epoch (a number), or some other format? After the p...
SMCSébastien and 2 more commented