Xpages timezone

I have built a view using xpages where one of the columns displays a date/time value (meeting date)

I would like the meeting date to be shown in current user’s timezone and not the server timezone.

In traditional web development we had a $preferences.nsf cookie set which automatically converted the view columns values.

This still works; if I open the using ?openview, but when the same view is shown using an xpage the values do not get converted, and instead it shows the saved value.

Can somebody provide a solution.

thanks

Rakesh