Hi,
Use Crystal Report build-in functions to automatic convert Auto detect server timezone and users' timezone using below formula.
ShiftDateTime ( CurrentDateTime, PrintTimeZone, CurrentCEUserTimeZone)
instead of Timestamp(6) database field use above formula.
You can find more examples in the Crystal Reports Help section. Just hit the F1 Key and search for shiftdatetime.
--Praveen G