I am developing web application. The application has different users from different countries.
I have used to manage thier registrations using UTC timestamp. It works fi
You need do few steps.
In this way, you can maintain the records along their creator's timezone.
As far as expiring records based on timezone then you can check based on their timezone.
Suppose I am in Pakistan and timezone is 5+. So expiry step should also follow my timezone.