Get Client Timezone

I need to retrieve the time zone from the client.

Therefore I had a look and tried what was suggested at this post viewtopic.php?f=22&t=5175&p=25386&hilit=timezone#p25386
but I still get the server time zone.

		globals.glbl_time_local = utils.dateFormat(application.getTimeStamp(),'yyMMddHHmmssZ')

Also tried :

localDate = new Date();
globals.glbl_time_local = localDate.getTimezoneOffset()

Any suggestions

Are we talking smart- or webclient here?

web client … and apologies I have no idea why I posted this in plugins and beans :oops:

Until Servoy 6 is out with a dedicated method for this, you can use the method explained here: http://forum.servoy.com/viewtopic.php?f=9&t=15219

Hope this helps,