Timezone

Hi…

Is there any way to get the Current timezone name of a machine through lotus script. My requirement Scenario is like

From a domino web application which runs on server, i need to track the Current Timezone name of the client machine that triggers this domino application.

so i am looking for a domino script that could work similar to that of @TimeZoneToText(@GetCurrentTimeZone)…

any clue??

Thanks in Advance…

Bharathi.

Subject: Timezone

I don’t think you can get the timezone information from a client through a web application. (Well, it maybe possible but a good firewall hould block you from pulling information off a person’s PC.)

I gave you LS code in your latest posting but that will get the TimeZone information on the machine it’s running, so if it runs on the server it will just get the servers timezone not the timezone of the person accessing the site via the web.

Subject: RE: Timezone

HI…

Thanks So much for your response…This confirmation is what i was searching for…since all my try ends up working only for notes application.

Thanks