Email time stamp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

At present, when we receive emails the time showing when it is sent is three
hours behind the client's actual time. This is because the server is on PST
and they are on EST. We were told that the server time could not be changed.

I noticed that in Form Properties/Advanced/Hidden fields we could define
fields. Is there a way to use this to get a time stamp that adjusts for EST?
Or is there any other way to do this??

TIA
 
That's because it is reflecting the time in *the server's* time zone, not
the sender's. The user could be in for example Missouri, the server could
be in California, hence the time differential (whatever it might be - in
this case, three hours).
 
The only way to solve this is to not use the FP Form Handler, you would have to learn whatever
scripting language is support by your web host, so that you can write a custom form handler where
you can adjust the time generated by the server to match that of your client's

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Back
Top