I need to calculate the difference between 2 dates with different time zone:
The calculation is between the post date and the current date.
Assuming a post is
America/Sao_Paulo
and another postEurope/Amsterdam
.
For each registry entry should I keep either the user's timezone or the server's timezone?
How do I compute the difference when a user reads the other's post?
If the user of São Paulo accesses the post of Amsterdam, how to show that it was X minutes?
I do not know the best way to record the moment of entry of the posts ...