cello
cello copied to clipboard
Fix user creation time always be shown as now
There is actually a "Create Time" column for user management page, but it always shows now for every user.
This is bacause the server never responses the true creation time of users, so the website just shows moment(undefine) which is always the current time.
This commit adds a creation timestamp column for UserProfile to fix this.