Date/Time Field Time Zone question

Question to the masses,

Is it possible to have a field on a form that no matter what time zone the the user is located when entering information will always show it’s value in the Eastern time zone for the US (GMT-5).

I would like this to work in two instances:

  1. The User enters time into the field or it is computed with an @now.

  2. the time value is entered from LotusScript into the notes document object then updated with a doc.ComputeWithForm call.

Is this possible? I have looked at the various formatting options (Custom) from the Field Properties or creating Computed Date/Time conversion fields based on the @TimeToText function.

So far no go…

Any help is appreciated!!