I have searched around and haven't found a specific answer to my question..
I am wondering the best practice for storing timestamp information.
Example: user1 logs in in Florida (-0500) at 3:00pm EST The admin logs into the system an hour later from California (-0800) at 4:00pm
I want the admin to see the log onscreen and see that user1 logged in 1 hour ago..
My brain is going nuts bc i feel that i am over complicating this..
I should be able to use UNIX time stamp and then adjust with the -0800 or -0300.
Do i store the users timezone offset in their profile information? Do i store the -0300 with the log entry.
Any input would be greatly appreciated!