Question: What is the reason for the creation_date...
# dev
n
Question: What is the reason for the creation_date under the user API to be in Epoch time? Isn't it better to provide it to the user in human readable format?
b
prefer to send utc non format so the client can print out the preferred format based on localization.