Open
Description
Describe the bug
To keep consistency we should keep and return all dates as UNIX float. Currently email_verification_date has been hold and returned as date.
To Reproduce
Steps to reproduce the behavior:
- Get any verified user data
- See one date is in wrong format
- View data type of User table
- see one date is not a float type
Expected behavior
All dates stored and returned by backend should be UNIX floats
Activity