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