![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
How about this JavaScript/ASP solution? http://www.devx.com/tips/Tip/13594 |
|
Extending Knowledge Daily http://www.CommunityMX.com/ |
#12
| |||
| |||
|
|
Les Matthews wrote: How about this JavaScript/ASP solution? http://www.devx.com/tips/Tip/13594 I was thinking something like that, but wondered if there is a server variable that told the server what timezone the cleint was reporting to be |
|
-- Enjoy, Danilo Celic | Extending Knowledge Daily | http://www.CommunityMX.com/ |
#13
| |||
| |||
|
|
That approach would be full of problems. The only method available would be to use the IP address and then try to get some measure on where the person was from. |
#14
| |||
| |||
|
|
% Dim ServTime, WCTime ServTime = Time() WCTime = dateAdd("h",-3,ServTime) % %=WCTime% |
![]() |
| Thread Tools | |
| Display Modes | |
| |