I have a bunch of timestamp fields in my java model bean which is sent the view. If a user in another country or timezone tries to view these fields, will they be shown in the user's timezone. If not, could you provide a code snippet to do this conversion to the users timezone.
[Update] Adeels reply below will work, and this following link shows how to set it when getting the bean from database itself.