How does PHP time() work in following case:
User is posting something in database and posting stamp is added also which is just time().
But how to compensate for time zones? What if two users from EU and USA are posting at the same time, will the posting stamp be the same?