Best Practice
· 約1分
To simplify & unify the system logic, the following convention are considered as best practice:
- Store everything in UTC
- Use UTC everywhere in backend
- Use UTC, with ISO-8601 format in API layer
- Frontend: Convert to user's local time